]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - lfs/w_scan
Done a whole review of the lfs to make building more paralell
[people/pmueller/ipfire-2.x.git] / lfs / w_scan
index 7320c18a267ce47b5968c1db370f3ebfc09f7628..0fc3ccae9e1097685f76661c94695b7c0cc638d6 100644 (file)
@@ -79,7 +79,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        @$(PREBUILD)
        @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar jxf $(DIR_DL)/$(DL_FILE)
        cd $(DIR_APP) && patch < $(DIR_SRC)/src/patches/w_scan-ipfire.patch 
-       cd $(DIR_APP) && make
+       cd $(DIR_APP) && make $(MAKETUNING) $(EXTRA_MAKE)
        cd $(DIR_APP) && install -m 755 w_scan /opt/vdr/bin/
        cd $(DIR_APP) && install -m 755 w_scan_start.sh /opt/vdr/bin/w_scan_start
        @rm -rf $(DIR_APP)