New glibc fix, this time for https://bugzilla.redhat.com/show_bug.cgi?id=651638
svn path=/nixpkgs/branches/stdenv-updates/; revision=24761
This commit is contained in:
parent
453150ae83
commit
a98b72fb77
|
@ -81,6 +81,9 @@ stdenv.mkDerivation ({
|
||||||
/* Fix for CVE-2010-3856. */
|
/* Fix for CVE-2010-3856. */
|
||||||
./ignore-origin.patch
|
./ignore-origin.patch
|
||||||
|
|
||||||
|
/* Fix for CVE-2010-3856. */
|
||||||
|
./strncasecmp_sse42.patch
|
||||||
|
|
||||||
];
|
];
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
|
|
Loading…
Reference in New Issue