summaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-daemons/autofs/autofs/using-pkg-config-to-detect-libxml-2.0-and-krb5.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta-networking/recipes-daemons/autofs/autofs/using-pkg-config-to-detect-libxml-2.0-and-krb5.patch')
-rw-r--r--meta-networking/recipes-daemons/autofs/autofs/using-pkg-config-to-detect-libxml-2.0-and-krb5.patch24
1 files changed, 16 insertions, 8 deletions
diff --git a/meta-networking/recipes-daemons/autofs/autofs/using-pkg-config-to-detect-libxml-2.0-and-krb5.patch b/meta-networking/recipes-daemons/autofs/autofs/using-pkg-config-to-detect-libxml-2.0-and-krb5.patch
index 3d0c6bd71..d1f9f3493 100644
--- a/meta-networking/recipes-daemons/autofs/autofs/using-pkg-config-to-detect-libxml-2.0-and-krb5.patch
+++ b/meta-networking/recipes-daemons/autofs/autofs/using-pkg-config-to-detect-libxml-2.0-and-krb5.patch
@@ -1,22 +1,27 @@
1From dabcbdae38038a8e4ad2c4286112381c407c5ce7 Mon Sep 17 00:00:00 2001 1From dd90a690f95569b999b8ac9ab57e834b3421dcbb Mon Sep 17 00:00:00 2001
2From: Roy Li <rongqing.li@windriver.com> 2From: Changqing Li <changqing.li@windriver.com>
3Date: Tue, 19 Aug 2014 11:31:35 +0800 3Date: Tue, 27 Nov 2018 15:19:07 +0800
4Subject: [PATCH] using pkg-config to detect libxml-2.0 and krb5 4Subject: [PATCH] From dabcbdae38038a8e4ad2c4286112381c407c5ce7 Mon Sep 17
5 00:00:00 2001 From: Roy Li <rongqing.li@windriver.com> Date: Tue, 19 Aug 2014
6 11:31:35 +0800 Subject: [PATCH] using pkg-config to detect libxml-2.0 and
7 krb5
5 8
6Upstream-status: Pending 9Upstream-Status: Pending
7 10
8Signed-off-by: Roy Li <rongqing.li@windriver.com> 11Signed-off-by: Roy Li <rongqing.li@windriver.com>
9 12
13update patch to 5.1.5
14Signed-off-by: Changqing Li <changqing.li@windriver.com>
10--- 15---
11 configure.in | 16 ++++++++++++++-- 16 configure.in | 16 ++++++++++++++--
12 1 file changed, 14 insertions(+), 2 deletions(-) 17 1 file changed, 14 insertions(+), 2 deletions(-)
13 18
14diff --git a/configure.in b/configure.in 19diff --git a/configure.in b/configure.in
15index b226236..9cf73b8 100644 20index f5fbb35..76ecb40 100644
16--- a/configure.in 21--- a/configure.in
17+++ b/configure.in 22+++ b/configure.in
18@@ -162,8 +162,20 @@ if test x$enable_sloppy_mount = xyes; then 23@@ -211,8 +211,20 @@ fi
19 fi 24 AC_SUBST(ENABLE_FEDFS)
20 25
21 # LDAP SASL auth needs libxml and Kerberos 26 # LDAP SASL auth needs libxml and Kerberos
22-AF_CHECK_LIBXML() 27-AF_CHECK_LIBXML()
@@ -38,3 +43,6 @@ index b226236..9cf73b8 100644
38 43
39 AC_SEARCH_LIBS([versionsort],[]) 44 AC_SEARCH_LIBS([versionsort],[])
40 if test "$ac_cv_search_versionsort" = "no"; then 45 if test "$ac_cv_search_versionsort" = "no"; then
46--
472.7.4
48