about summary refs log tree commit diff
path: root/pkgs/development/libraries/glibc
diff options
context:
space:
mode:
authorVladimír Čunát <vcunat@gmail.com>2019-01-29 12:54:04 +0100
committerVladimír Čunát <vcunat@gmail.com>2019-01-29 12:54:04 +0100
commit444d0733325b755d6d6ec315ff2d6a17c8b0e319 (patch)
tree88b69781dda78793a937fa4cc5e6cc036f7f7ba7 /pkgs/development/libraries/glibc
parentefc836f607cf121a522a7a6364ad158ce3f1d2ec (diff)
Revert "glibc: fix build with newer bison"
This reverts commit aa9821bbb9ce1085205eeb01bcfe3529617ed712.
Diffstat (limited to 'pkgs/development/libraries/glibc')
-rw-r--r--pkgs/development/libraries/glibc/common.nix3
1 files changed, 0 insertions, 3 deletions
diff --git a/pkgs/development/libraries/glibc/common.nix b/pkgs/development/libraries/glibc/common.nix
index d8cc00738a9af..7e99a0c18d7d1 100644
--- a/pkgs/development/libraries/glibc/common.nix
+++ b/pkgs/development/libraries/glibc/common.nix
@@ -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 =