glibc: remove a fixup; not needed since glibc-2.22

This commit is contained in:
Vladimír Čunát 2017-09-02 17:19:53 +02:00
parent 0f91a1dbd7
commit bdfc989bba
No known key found for this signature in database
GPG key ID: E747DF1F9575A3AA

View file

@ -85,12 +85,6 @@ stdenv.mkDerivation ({
+ ''
cat ${./glibc-remove-datetime-from-nscd.patch} \
| sed "s,@out@,$out," | patch -p1
''
# CVE-2014-8121, see https://bugzilla.redhat.com/show_bug.cgi?id=1165192
+ ''
substituteInPlace ./nss/nss_files/files-XXX.c \
--replace 'status = internal_setent (stayopen);' \
'status = internal_setent (1);'
'';
configureFlags =