]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - lfs/clamav
Zwischencommit fuer LFS.
[ipfire-2.x.git] / lfs / clamav
index e1379d20a078cc042d77d8eb79a4a54c0b0077a2..a41ea9728add2c493a6c5252c4a8b3c3d29f14bc 100644 (file)
@@ -78,7 +78,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 --sysconfdir=/var/ipfire/clamav
-       cd $(DIR_APP) && make
+       cd $(DIR_APP) && make $(MAKETUNING)
        cd $(DIR_APP) && make install
        @rm -rf $(DIR_APP)
        @$(POSTBUILD)