X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=lfs%2Fnfs;h=e5658e5dbc2f8ad5f66304761366dd0ce79772b2;hb=ecd6019c5d398867f32efd1270295576e7317363;hp=e76ae46988a53740528a5ebf8008781a5d344706;hpb=3d1f6a355692cb40f4c4a5fa4930fc449c07205e;p=people%2Fpmueller%2Fipfire-2.x.git diff --git a/lfs/nfs b/lfs/nfs index e76ae46988..e5658e5dbc 100644 --- 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 = 3 + +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)