diff options
Diffstat (limited to 'net-fs/nfs-utils/files/nfs-utils-1.2.4-conditional.patch')
-rw-r--r-- | net-fs/nfs-utils/files/nfs-utils-1.2.4-conditional.patch | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/net-fs/nfs-utils/files/nfs-utils-1.2.4-conditional.patch b/net-fs/nfs-utils/files/nfs-utils-1.2.4-conditional.patch deleted file mode 100644 index 248de34c5073..000000000000 --- a/net-fs/nfs-utils/files/nfs-utils-1.2.4-conditional.patch +++ /dev/null @@ -1,26 +0,0 @@ -taken from upstream git - -diff --git a/configure.ac b/configure.ac -index ca12f9e..593808c 100644 ---- a/configure.ac -+++ b/configure.ac -@@ -256,9 +256,6 @@ if test "$enable_nfsv4" = yes; then - dnl check for nfsidmap libraries and headers - AC_LIBNFSIDMAP - -- dnl enable nfsidmap when its support by libnfsidmap -- AM_CONDITIONAL(CONFIG_NFSIDMAP, [test "$enable_nfsidmap" = "yes"]) -- - dnl check for the keyutils libraries and headers - AC_KEYUTILS - -@@ -268,6 +265,9 @@ if test "$enable_nfsv4" = yes; then - AC_RPCSEC_VERSION - fi - fi -+dnl enable nfsidmap when its support by libnfsidmap -+AM_CONDITIONAL(CONFIG_NFSIDMAP, [test "$enable_nfsidmap" = "yes"]) -+ - - if test "$knfsd_cv_glibc2" = no; then - AC_CHECK_LIB(bsd, daemon, [LIBBSD="-lbsd"]) |