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:
parent
86f2309263
commit
13fa4d7c35
|
@ -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"))))
|
||||
|
|
Loading…
Reference in New Issue