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

index 3514887b6f330b51390c6e347878f701b6e43c08..e17ce9163a4a092a24624b2a353a310e4528ece0 100644 (file)
@@ -53,7 +53,7 @@ $(objects) :
 $(TARGET) : 
        @$(PREBUILD)
        @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
-       cd $(DIR_APP) && ./configure --prefix=/usr
+       cd $(DIR_APP) && ./configure --prefix=/usr --disable-static
        cd $(DIR_APP) && make $(PARALLELISMFLAGS)
        cd $(DIR_APP) && make install
        @rm -rf $(DIR_APP)