glibc: fix cross compilation build failure (again)
This commit is contained in:
@@ -97,6 +97,11 @@ stdenv.mkDerivation ({
|
||||
./CVE-2018-11236.patch
|
||||
# https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=f51c8367685dc888a02f7304c729ed5277904aff
|
||||
./CVE-2018-11237.patch
|
||||
|
||||
# Remove after upgrading to glibc 2.28+
|
||||
# Change backported from upstream
|
||||
# https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=9c79cec8cd2a6996a73aa83d79b360ffd4bebde6
|
||||
./fix-out-of-bounds-access-in-findidxwc.patch
|
||||
]
|
||||
++ lib.optionals stdenv.isx86_64 [
|
||||
./fix-x64-abi.patch
|
||||
|
||||
Reference in New Issue
Block a user