Revert "glibc: fix build with newer bison"
This reverts commit aa9821bbb9
.
This commit is contained in:
parent
efc836f607
commit
444d073332
@ -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 =
|
||||
|
Loading…
Reference in New Issue
Block a user