]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - lfs/sox
set version to 2.17-core88.
[ipfire-2.x.git] / lfs / sox
diff --git a/lfs/sox b/lfs/sox
index 641eaa7166c54d7f3d34be992d563a3f3a482204..378429d4d198ef082b0bf3db6310f4f257551fe7 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)