]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - lfs/nfs
Done a whole review of the lfs to make building more paralell
[people/pmueller/ipfire-2.x.git] / lfs / nfs
diff --git a/lfs/nfs b/lfs/nfs
index e76ae46988a53740528a5ebf8008781a5d344706..005c0e0fe4bd397a33e63a2ef97be6c652548a8f 100644 (file)
--- a/lfs/nfs
+++ b/lfs/nfs
@@ -32,7 +32,9 @@ DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG       = nfs
-PAK_VER    = 1
+PAK_VER    = 2
+
+DEPS       = "portmap"
 
 ###############################################################################
 # Top-level Rules
@@ -77,7 +79,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
        cd $(DIR_APP) && ./configure --prefix=/usr --sysconfdir=/etc  \
                                     --disable-nfsv4 --disable-gss
-       cd $(DIR_APP) && make
+       cd $(DIR_APP) && make $(MAKETUNING) $(EXTRA_MAKE)
        cd $(DIR_APP) && make install
        @rm -rf $(DIR_APP)
        @$(POSTBUILD)