The configure file now unconditionally requires libevent, where it
previosly only checked it when nfsv4 was enabled:
http://git.linux-nfs.org/?p=steved/nfs-utils.git;a=commit;h=bc4a5deef9f820c55fdac3c0070364c17cd91cca

Signed-off-by: Sven Püschel <[email protected]>
---
 rules/host-nfsutils.in   | 1 +
 rules/host-nfsutils.make | 3 +++
 rules/nfsutils.in        | 1 +
 rules/nfsutils.make      | 7 +++++--
 4 files changed, 10 insertions(+), 2 deletions(-)

diff --git a/rules/host-nfsutils.in b/rules/host-nfsutils.in
index 666f5cace..aaab932b5 100644
--- a/rules/host-nfsutils.in
+++ b/rules/host-nfsutils.in
@@ -3,4 +3,5 @@
 config HOST_NFSUTILS
        tristate
        select HOST_LIBBLKID
+       select HOST_LIBEVENT
        default y if ALLYES
diff --git a/rules/host-nfsutils.make b/rules/host-nfsutils.make
index 67ea567be..5c734a269 100644
--- a/rules/host-nfsutils.make
+++ b/rules/host-nfsutils.make
@@ -40,12 +40,15 @@ HOST_NFSUTILS_CONF_OPT      := \
        --disable-ipv6 \
        --disable-mountconfig \
        --disable-nfsdcld \
+       --disable-nfsrahead \
        --disable-nfsdcltrack \
+       --disable-nfsdctl \
        --disable-nfsv4server \
        --disable-caps \
        $(GLOBAL_LARGE_FILE_OPTION) \
        --disable-ldap \
        --disable-gums \
+       --$(call ptx/endis, PTXDIST_Y2038)-year2038 \
        --without-systemd \
        --with-rpcgen=internal \
        --without-mountfile \
diff --git a/rules/nfsutils.in b/rules/nfsutils.in
index f37f22506..63e211928 100644
--- a/rules/nfsutils.in
+++ b/rules/nfsutils.in
@@ -5,6 +5,7 @@ menuconfig NFSUTILS
        select HOST_NFSUTILS
        select GCCLIBS_GCC_S
        select LIBBLKID
+       select LIBEVENT
        select LIBTIRPC
        select UTIL_LINUX
        select UTIL_LINUX_LIBMOUNT
diff --git a/rules/nfsutils.make b/rules/nfsutils.make
index 3e006e249..a2661ffeb 100644
--- a/rules/nfsutils.make
+++ b/rules/nfsutils.make
@@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_NFSUTILS) += nfsutils
 #
 # Paths and names
 #
-NFSUTILS_VERSION       := 2.6.2
-NFSUTILS_MD5           := 36cbb17ca1f27d6d351a4f20ad25ba23
+NFSUTILS_VERSION       := 2.8.4
+NFSUTILS_MD5           := b1c17c1415456390fcb8c8632f9b668f
 NFSUTILS               := nfs-utils-$(NFSUTILS_VERSION)
 NFSUTILS_SUFFIX                := tar.gz
 NFSUTILS_URL           := $(call ptx/mirror, KERNEL, 
utils/nfs-utils/$(NFSUTILS_VERSION)/$(NFSUTILS).$(NFSUTILS_SUFFIX))
@@ -59,12 +59,15 @@ NFSUTILS_CONF_OPT   := \
        $(GLOBAL_IPV6_OPTION) \
        --disable-mountconfig \
        --disable-nfsdcld \
+       --disable-nfsrahead \
        --disable-nfsdcltrack \
+       --disable-nfsdctl \
        --disable-nfsv4server \
        --disable-caps \
        $(GLOBAL_LARGE_FILE_OPTION) \
        --disable-ldap \
        --disable-gums \
+       --$(call ptx/endis, PTXDIST_Y2038)-year2038 \
        --with-statedir=/var/lib/nfs \
        --with-statdpath=/var/lib/nfs \
        --with-statduser=rpcuser \
-- 
2.47.3


Reply via email to