]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - lfs/Net-DNS
Done a whole review of the lfs to make building more paralell
[people/pmueller/ipfire-2.x.git] / lfs / Net-DNS
index a8b5909239b60984a852a87f5baf67755aad1eac..71bae29fdc3b2dddb73fb069a6f1a9d8615db44e 100644 (file)
@@ -72,7 +72,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
        cd $(DIR_APP) && sed -i "s%,'y'%,'n'%" Makefile.PL
        cd $(DIR_APP) && yes 'n' | perl Makefile.PL
-       cd $(DIR_APP) && make
+       cd $(DIR_APP) && make $(MAKETUNING) $(EXTRA_MAKE)
        cd $(DIR_APP) && make install
        @rm -rf $(DIR_APP)
        @$(POSTBUILD)