2019-11-05 20:19:57 +00:00
|
|
|
From 19f0dc268c127fb51c4bb8c106104eee67119cca Mon Sep 17 00:00:00 2001
|
2019-05-07 10:37:52 +00:00
|
|
|
From: Robbie Harwood <rharwood@redhat.com>
|
|
|
|
Date: Tue, 23 Aug 2016 16:46:21 -0400
|
|
|
|
Subject: [PATCH] krb5-1.3.1-dns.patch
|
|
|
|
|
|
|
|
We want to be able to use --with-netlib and --enable-dns at the same time.
|
|
|
|
---
|
|
|
|
src/aclocal.m4 | 1 +
|
|
|
|
1 file changed, 1 insertion(+)
|
|
|
|
|
|
|
|
diff --git a/src/aclocal.m4 b/src/aclocal.m4
|
2019-11-05 20:19:57 +00:00
|
|
|
index a7afec09e..db18226ed 100644
|
2019-05-07 10:37:52 +00:00
|
|
|
--- a/src/aclocal.m4
|
|
|
|
+++ b/src/aclocal.m4
|
|
|
|
@@ -726,6 +726,7 @@ AC_HELP_STRING([--with-netlib=LIBS], use user defined resolver library),
|
|
|
|
LIBS="$LIBS $withval"
|
|
|
|
AC_MSG_RESULT("netlib will use \'$withval\'")
|
|
|
|
fi
|
|
|
|
+ KRB5_AC_ENABLE_DNS
|
|
|
|
],dnl
|
|
|
|
[AC_LIBRARY_NET]
|
|
|
|
)])dnl
|