From: Michael Tremer Date: Mon, 11 Aug 2008 14:53:05 +0000 (+0000) Subject: Disabled static libs in bison. X-Git-Tag: v3.0-alpha1~800 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=747a30caa2cec7bc085bc260765992a1a8e2c812;p=ipfire-3.x.git Disabled static libs in bison. --- diff --git a/lfs/bison b/lfs/bison index 27b12d25b..cdaf73000 100644 --- a/lfs/bison +++ b/lfs/bison @@ -61,7 +61,7 @@ ifeq "$(STAGE)" "toolchain" endif ifeq "$(STAGE)" "base" - cd $(DIR_APP) && ./configure --prefix=/usr + cd $(DIR_APP) && ./configure --prefix=/usr --disable-static cd $(DIR_APP) && echo '#define YYENABLE_NLS 1' >> config.h cd $(DIR_APP) && make $(PARALLELISMFLAGS) cd $(DIR_APP) && make install