]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
Disabled static libs in bridge-utils.
authorMichael Tremer <michael.tremer@ipfire.org>
Mon, 11 Aug 2008 14:55:35 +0000 (14:55 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 11 Aug 2008 14:55:35 +0000 (14:55 +0000)
lfs/bridge-utils

index a28ccc638bcb2317221b0ddb5642a05286a32907..2c0eff1f4ea47e2b44759070982e39fbdcc21b08 100644 (file)
@@ -54,7 +54,7 @@ $(TARGET) :
        @$(PREBUILD)
        @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
        cd $(DIR_APP) && autoconf
-       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)