]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - lfs/nfs
stage2: Rootfile update for update-ids-ruleset script
[ipfire-2.x.git] / lfs / nfs
diff --git a/lfs/nfs b/lfs/nfs
index 2a8e331b534d98068f87564308033ae4fae77cd2..e2e6ff9b1f59eeeb10bf4d2d6fbb83032bee5aad 100644 (file)
--- a/lfs/nfs
+++ b/lfs/nfs
@@ -32,7 +32,7 @@ DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG       = nfs
-PAK_VER    = 9
+PAK_VER    = 10
 
 DEPS       = "rpcbind"
 
@@ -82,19 +82,22 @@ $(subst %,%_MD5,$(objects)) :
 $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        @$(PREBUILD)
        @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar jxf $(DIR_DL)/$(DL_FILE)
-
        cd $(DIR_APP) && tar zxf $(DIR_DL)/libnfsidmap-$(LIBNFSIDMAP).tar.gz
+
+       $(UPDATE_AUTOMAKE)
        cd $(DIR_APP)/libnfsidmap* && ./configure --prefix=/usr
        cd $(DIR_APP)/libnfsidmap* && make $(MAKETUNING) $(EXTRA_MAKE)
        cd $(DIR_APP)/libnfsidmap* && make install
 
+       cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/nfs-1.3.3-glibc-stdint.patch
        cd $(DIR_APP) && ./configure \
                --prefix=/usr \
                --sysconfdir=/etc  \
                --disable-gss \
                --disable-tirpc \
                --disable-nfsv41 \
-               --without-tcp-wrappers --disable-ipv6
+               --without-tcp-wrappers \
+               --disable-ipv6
 
        cd $(DIR_APP) && make $(MAKETUNING) $(EXTRA_MAKE)
        cd $(DIR_APP) && make install