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