summaryrefslogtreecommitdiff
path: root/user/nfs-utils/posixish.patch
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2019-06-20 00:31:09 +0000
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2019-06-20 00:31:09 +0000
commitf22c6e26a5c3fb06318d904b932d584713b10601 (patch)
treeb4d867b53305a2de0e36481a91d384848596e970 /user/nfs-utils/posixish.patch
parent2e912faf773d995dac2fd6a06cdc8fe02bcd7a5d (diff)
downloadpackages-f22c6e26a5c3fb06318d904b932d584713b10601.tar.gz
packages-f22c6e26a5c3fb06318d904b932d584713b10601.tar.bz2
packages-f22c6e26a5c3fb06318d904b932d584713b10601.tar.xz
packages-f22c6e26a5c3fb06318d904b932d584713b10601.zip
user/nfs-utils: bump to 2.4.1, fix bugs in nfsdcld
Diffstat (limited to 'user/nfs-utils/posixish.patch')
-rw-r--r--user/nfs-utils/posixish.patch21
1 files changed, 0 insertions, 21 deletions
diff --git a/user/nfs-utils/posixish.patch b/user/nfs-utils/posixish.patch
index 0f1a7cdee..9bc817ad0 100644
--- a/user/nfs-utils/posixish.patch
+++ b/user/nfs-utils/posixish.patch
@@ -1,24 +1,3 @@
---- nfs-utils-2.3.1/configure.ac.orig 2018-05-21 11:05:01.939912918 -0700
-+++ nfs-utils-2.3.1/configure.ac 2018-05-21 11:05:10.531968707 -0700
-@@ -401,7 +401,7 @@
- fi
-
- dnl libdnsidmap specific checks
--AC_CHECK_LIB([resolv], [__res_querydomain], , AC_MSG_ERROR(res_querydomain needed))
-+AC_CHECK_LIB([resolv], [res_querydomain], , AC_MSG_ERROR(res_querydomain needed))
-
- AC_ARG_ENABLE([ldap],
- [AS_HELP_STRING([--disable-ldap],[Disable support for LDAP @<:default=detect@:>@])])
---- nfs-utils-2.3.1/support/misc/file.c.orig 2018-05-21 18:15:37.572007979 +0000
-+++ nfs-utils-2.3.1/support/misc/file.c 2018-05-21 18:15:43.668047008 +0000
-@@ -27,6 +27,7 @@
- #include <dirent.h>
- #include <stdlib.h>
- #include <stdbool.h>
-+#include <limits.h> /* PATH_MAX */
-
- #include "xlog.h"
- #include "misc.h"
--- nfs-utils-2.3.3/configure.old 2018-09-06 18:10:07.000000000 +0000
+++ nfs-utils-2.3.3/configure 2019-01-10 16:01:32.110000000 +0000
@@ -20302,9 +20302,9 @@