]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - lfs/Net_SSLeay
Done a whole review of the lfs to make building more paralell
[people/pmueller/ipfire-2.x.git] / lfs / Net_SSLeay
index d40c90611b284a7dc03bfcc001a8bc7e75afb418..5eced1f328604428a810a0cbf881f67b055c3313 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)