From: Michael Tremer Date: Mon, 11 Aug 2008 14:56:19 +0000 (+0000) Subject: Disabled static libs in expat. X-Git-Tag: v3.0-alpha1~797 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=624482ffcde0fe81436953f7eeda6ff36080ff11;p=ipfire-3.x.git Disabled static libs in expat. --- diff --git a/lfs/expat b/lfs/expat index ce61e6ba8..12f7a4a36 100644 --- 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