From: Michael Tremer Date: Mon, 11 Aug 2008 16:13:09 +0000 (+0000) Subject: Disabled static libs in lzo. X-Git-Tag: v3.0-alpha1~791 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d83bd96d8e993c8e2e9314e559bbdfff09e05344;p=ipfire-3.x.git Disabled static libs in lzo. --- diff --git a/lfs/lzo b/lfs/lzo index c52dd6f2b..98a30a3ee 100644 --- a/lfs/lzo +++ b/lfs/lzo @@ -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 --enable-shared + cd $(DIR_APP) && ./configure --prefix=/usr --enable-shared --disable-static cd $(DIR_APP) && make $(PARALLELISMFLAGS) cd $(DIR_APP) && make install @rm -rf $(DIR_APP)