summaryrefslogtreecommitdiffstats
path: root/meta/recipes-connectivity/nfs-utils/nfs-utils/0001-configure-Allow-to-explicitly-disable-nfsidmap.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-connectivity/nfs-utils/nfs-utils/0001-configure-Allow-to-explicitly-disable-nfsidmap.patch')
-rw-r--r--meta/recipes-connectivity/nfs-utils/nfs-utils/0001-configure-Allow-to-explicitly-disable-nfsidmap.patch19
1 files changed, 8 insertions, 11 deletions
diff --git a/meta/recipes-connectivity/nfs-utils/nfs-utils/0001-configure-Allow-to-explicitly-disable-nfsidmap.patch b/meta/recipes-connectivity/nfs-utils/nfs-utils/0001-configure-Allow-to-explicitly-disable-nfsidmap.patch
index 7025fb555c..26b558c81f 100644
--- a/meta/recipes-connectivity/nfs-utils/nfs-utils/0001-configure-Allow-to-explicitly-disable-nfsidmap.patch
+++ b/meta/recipes-connectivity/nfs-utils/nfs-utils/0001-configure-Allow-to-explicitly-disable-nfsidmap.patch
@@ -12,11 +12,11 @@ Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
12 configure.ac | 10 +++++++++- 12 configure.ac | 10 +++++++++-
13 1 file changed, 9 insertions(+), 1 deletion(-) 13 1 file changed, 9 insertions(+), 1 deletion(-)
14 14
15diff --git a/configure.ac b/configure.ac 15Index: nfs-utils-2.1.1/configure.ac
16index bf433d6..28a8f62 100644 16===================================================================
17--- a/configure.ac 17--- nfs-utils-2.1.1.orig/configure.ac
18+++ b/configure.ac 18+++ nfs-utils-2.1.1/configure.ac
19@@ -69,6 +69,12 @@ AC_ARG_ENABLE(nfsv4, 19@@ -92,6 +92,12 @@ AC_ARG_ENABLE(nfsv4,
20 AC_SUBST(enable_nfsv4) 20 AC_SUBST(enable_nfsv4)
21 AM_CONDITIONAL(CONFIG_NFSV4, [test "$enable_nfsv4" = "yes"]) 21 AM_CONDITIONAL(CONFIG_NFSV4, [test "$enable_nfsv4" = "yes"])
22 22
@@ -27,9 +27,9 @@ index bf433d6..28a8f62 100644
27+ enable_nfsidmap=yes) 27+ enable_nfsidmap=yes)
28+ 28+
29 AC_ARG_ENABLE(nfsv41, 29 AC_ARG_ENABLE(nfsv41,
30 [AC_HELP_STRING([--enable-nfsv41], 30 [AC_HELP_STRING([--disable-nfsv41],
31 [enable support for NFSv41 @<:@default=yes@:>@])], 31 [disable support for NFSv41 @<:@default=no@:>@])],
32@@ -296,7 +302,7 @@ fi 32@@ -339,7 +345,7 @@ fi
33 33
34 dnl enable nfsidmap when its support by libnfsidmap 34 dnl enable nfsidmap when its support by libnfsidmap
35 AM_CONDITIONAL(CONFIG_NFSDCLTRACK, [test "$enable_nfsdcltrack" = "yes" ]) 35 AM_CONDITIONAL(CONFIG_NFSDCLTRACK, [test "$enable_nfsdcltrack" = "yes" ])
@@ -38,6 +38,3 @@ index bf433d6..28a8f62 100644
38 38
39 39
40 if test "$knfsd_cv_glibc2" = no; then 40 if test "$knfsd_cv_glibc2" = no; then
41--
421.8.4.3
43