]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - lfs/wget
Zwischencommit fuer LFS.
[ipfire-2.x.git] / lfs / wget
index 866f16e9fa00e21f0bdd3dfeb898b1bcfe553d5a..f716246b1a447b30fc7543b1e1b72b213921f1d0 100644 (file)
--- a/lfs/wget
+++ b/lfs/wget
@@ -73,7 +73,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        @$(PREBUILD)
        @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
        cd $(DIR_APP) && ./configure --prefix=/usr --with-ssl --disable-nls --disable-ipv6
-       cd $(DIR_APP) && make
+       cd $(DIR_APP) && make $(MAKETUNING)
        cd $(DIR_APP) && make install
        @rm -rf $(DIR_APP)
        @$(POSTBUILD)