From: Michael Tremer Date: Mon, 11 Aug 2008 16:19:31 +0000 (+0000) Subject: Disabled static libs in libxslt. X-Git-Tag: v3.0-alpha1~783 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b111471b3975b8784a3eae40d043b1e60cdce0c8;p=ipfire-3.x.git Disabled static libs in libxslt. --- diff --git a/lfs/libxslt b/lfs/libxslt index 3514887b6..e17ce9163 100644 --- a/lfs/libxslt +++ b/lfs/libxslt @@ -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)