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

index ce61e6ba840a9910686d9e8a3affc9fca6660564..12f7a4a3630d12c9f13f45e62bab9498e3ccaef8 100644 (file)
--- a/lfs/expat
+++ b/lfs/expat
@@ -55,7 +55,7 @@ $(TARGET) :
        @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
 
 ifeq "$(STAGE)" "$(SNAME)"
-       cd $(DIR_APP) && ./configure --prefix=/usr
+       cd $(DIR_APP) && ./configure --prefix=/usr --disable-static
        cd $(DIR_APP) && make $(PARALLELISMFLAGS)
        cd $(DIR_APP) && make install
 endif