Revert "glibc: fix build with newer bison"

This reverts commit aa9821bbb9.
This commit is contained in:
Vladimír Čunát 2019-01-29 12:54:04 +01:00
parent efc836f607
commit 444d073332
No known key found for this signature in database
GPG Key ID: E747DF1F9575A3AA

View File

@ -105,9 +105,6 @@ stdenv.mkDerivation ({
# nscd needs libgcc, and we don't want it dynamically linked
# because we don't want it to depend on bootstrap-tools libs.
echo "LDFLAGS-nscd += -static-libgcc" >> nscd/Makefile
# bison 3.3 is too strict
sed 's/^BISONFLAGS = --yacc /BISONFLAGS = --yacc -Wno-error=yacc /g' -i intl/Makefile
'';
configureFlags =