]> git.ipfire.org Git - people/ms/ipfire-3.x.git/commitdiff
Disabled static libs in curl.
authorMichael Tremer <michael.tremer@ipfire.org>
Mon, 11 Aug 2008 14:53:27 +0000 (14:53 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 11 Aug 2008 14:53:27 +0000 (14:53 +0000)
lfs/curl

index 11215803213e4103374c9f2d136576233164476a..12046a7894d5d1876f17d2932cd8af551c0d57c3 100644 (file)
--- a/lfs/curl
+++ b/lfs/curl
@@ -53,7 +53,7 @@ $(objects) :
 $(TARGET) : 
        @$(PREBUILD)
        @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar jxf $(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)