]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - lfs/sox
Done a whole review of the lfs to make building more paralell
[people/pmueller/ipfire-2.x.git] / lfs / sox
diff --git a/lfs/sox b/lfs/sox
index f8998c21e6a883f8bbed7aae938db8132fbf4905..cad16e55f67113ae827dc6843ab4bd38375b69fb 100644 (file)
--- a/lfs/sox
+++ b/lfs/sox
@@ -79,7 +79,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
        cd $(DIR_APP) && ./configure --prefix=/usr --disable-alsa-dsp --disable-oss-dsp \
                                --disable-sun-audio --disable-mad
-       cd $(DIR_APP) && make
+       cd $(DIR_APP) && make $(MAKETUNING) $(EXTRA_MAKE)
        cd $(DIR_APP) && make install
        @rm -rf $(DIR_APP)
        @$(POSTBUILD)