gnu: glibc: Fix build on i686.

This is followup to 503a4df904.
Fixes <https://bugs.gnu.org/27489>.

* gnu/packages/base.scm (glibc/linux): Add
"glibc-vectorized-strcspn-guards.patch" to patches.
This commit is contained in:
Mark H Weaver 2017-07-01 02:18:32 -04:00
parent 86f2309263
commit 13fa4d7c35
No known key found for this signature in database
GPG Key ID: 7CEF29847562C516
1 changed files with 1 additions and 0 deletions

View File

@ -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"))))