]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - lfs/Digest-HMAC
Done a whole review of the lfs to make building more paralell
[people/pmueller/ipfire-2.x.git] / lfs / Digest-HMAC
index 4ee505bcce808fb83e65dc3a4889399aa217cfcc..73f37643019706c573130aa6d099484b3133a26d 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)