glibc: remove a fixup; not needed since glibc-2.22
This commit is contained in:
parent
0f91a1dbd7
commit
bdfc989bba
1 changed files with 0 additions and 6 deletions
|
@ -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 =
|
||||
|
|
Loading…
Reference in a new issue