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

index d3bd4c7e43f870fe1e81872c006fe9ff5b5945a4..0cf116ce0b9c8ec406121d5aa8bf1618a821a229 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)