]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - lfs/libmad
Done a whole review of the lfs to make building more paralell
[ipfire-2.x.git] / lfs / libmad
index 381a8f1ba49ef5805a5850018f5aa586595772e6..548374da07c86b0adfb2ecbc49582620dd449f6e 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
-       cd $(DIR_APP) && make
+       cd $(DIR_APP) && make $(MAKETUNING) $(EXTRA_MAKE)
        cd $(DIR_APP) && make install
        @rm -rf $(DIR_APP)
        @$(POSTBUILD)