]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - lfs/libvorbis
Done a whole review of the lfs to make building more paralell
[ipfire-2.x.git] / lfs / libvorbis
index ebd2be000bed4b6206e7a9e87a7fb01824ff55b1..9d7defd2762a1d4f8460488a5e7514997099ecf3 100644 (file)
@@ -78,7 +78,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        @$(PREBUILD)
        @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar jxf $(DIR_DL)/$(DL_FILE)
        cd $(DIR_APP) && ./configure --prefix=/usr
-       cd $(DIR_APP) && make
+       cd $(DIR_APP) && make $(MAKETUNING) $(EXTRA_MAKE)
        #cd $(DIR_APP) && sed -i.bak -e 's/-mno-ieee-fp//' lib/Makefile
        cd $(DIR_APP) && make install
        cd $(DIR_APP) && install -v -m644 doc/Vorbis* /usr/share/doc/libvorbis-1.2.0