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

diff --git a/lfs/lzo b/lfs/lzo
index c52dd6f2b0961e361fdcf2fe4b886a0bb1e04b45..98a30a3eefead70f8aee6126c18f3309b49b0521 100644 (file)
--- 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)