]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
Disabled static libs in bison.
authorMichael Tremer <michael.tremer@ipfire.org>
Mon, 11 Aug 2008 14:53:05 +0000 (14:53 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 11 Aug 2008 14:53:05 +0000 (14:53 +0000)
lfs/bison

index 27b12d25b6f47ecb5f2e29fd49eca36af585ff10..cdaf73000756bd4a03c4aed30afb3100ab0edfae 100644 (file)
--- 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