summaryrefslogtreecommitdiffstats
path: root/krb5-1.3.1-dns.patch
diff options
context:
space:
mode:
Diffstat (limited to 'krb5-1.3.1-dns.patch')
-rw-r--r--krb5-1.3.1-dns.patch21
1 files changed, 17 insertions, 4 deletions
diff --git a/krb5-1.3.1-dns.patch b/krb5-1.3.1-dns.patch
index 5d27689..589e18d 100644
--- a/krb5-1.3.1-dns.patch
+++ b/krb5-1.3.1-dns.patch
@@ -1,8 +1,18 @@
+From 95b7e75522dd905eea23e853f062d89749a17799 Mon Sep 17 00:00:00 2001
+From: Robbie Harwood <rharwood@redhat.com>
+Date: Tue, 23 Aug 2016 16:46:21 -0400
+Subject: [PATCH 06/19] krb5-1.3.1-dns.patch
+
We want to be able to use --with-netlib and --enable-dns at the same time.
-RT#2022
---- krb5-1.3.1/src/aclocal.m4 2003-11-24 11:17:30.000000000 -0500
-+++ krb5-1.3.1/src/aclocal.m4 2003-11-24 11:18:45.000000000 -0500
-@@ -647,6 +647,7 @@
+---
+ src/aclocal.m4 | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/src/aclocal.m4 b/src/aclocal.m4
+index 311f099..ed343c5 100644
+--- a/src/aclocal.m4
++++ b/src/aclocal.m4
+@@ -701,6 +701,7 @@ AC_HELP_STRING([--with-netlib=LIBS], use user defined resolver library),
LIBS="$LIBS $withval"
AC_MSG_RESULT("netlib will use \'$withval\'")
fi
@@ -10,3 +20,6 @@ RT#2022
],dnl
[AC_LIBRARY_NET]
)])dnl
+--
+2.9.3
+