diff options
author | Mark H Weaver <mhw@netris.org> | 2017-07-01 02:18:32 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2017-07-01 02:18:32 -0400 |
commit | 13fa4d7c35b135adbb979e5a348252f997b5609f (patch) | |
tree | 027b52253531e8f5668c3489241e0d567d6571fd /gnu/packages/base.scm | |
parent | 86f2309263bc6c89e7441315d358204797b90bb5 (diff) | |
download | guix-13fa4d7c35b135adbb979e5a348252f997b5609f.tar guix-13fa4d7c35b135adbb979e5a348252f997b5609f.tar.gz |
gnu: glibc: Fix build on i686.
This is followup to 503a4df904b8d4b82caebdb17db9c5f76a952418.
Fixes <https://bugs.gnu.org/27489>.
* gnu/packages/base.scm (glibc/linux): Add
"glibc-vectorized-strcspn-guards.patch" to patches.
Diffstat (limited to 'gnu/packages/base.scm')
-rw-r--r-- | gnu/packages/base.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/base.scm b/gnu/packages/base.scm index ecde178335..d42aa55560 100644 --- a/gnu/packages/base.scm +++ b/gnu/packages/base.scm @@ -533,6 +533,7 @@ store.") "glibc-versioned-locpath.patch" "glibc-o-largefile.patch" "glibc-memchr-overflow-i686.patch" + "glibc-vectorized-strcspn-guards.patch" "glibc-CVE-2017-1000366-pt1.patch" "glibc-CVE-2017-1000366-pt2.patch" "glibc-CVE-2017-1000366-pt3.patch")))) |