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

index 70c5cc96e6c4d46bf4c93c2f616a0b86c20b5150..0f47f2f4a671b0955edaa8750b8b5cb5053c5730 100644 (file)
@@ -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)