summaryrefslogtreecommitdiffstats
path: root/krb5-1.3.1-dns.patch
diff options
context:
space:
mode:
authorcvsdist <cvsdist@fedoraproject.org>2004-09-09 07:16:33 +0000
committercvsdist <cvsdist@fedoraproject.org>2004-09-09 07:16:33 +0000
commitdc2fe09903cdf076ec3183b7792918e34ae8879f (patch)
tree5452e1709237f177ddfac4c8cb5ace9de4ebdcba /krb5-1.3.1-dns.patch
parent0b77dc9b0babfde537f5c8f6e24be4b063f5ddfd (diff)
downloadkrb5-dc2fe09903cdf076ec3183b7792918e34ae8879f.tar.gz
krb5-dc2fe09903cdf076ec3183b7792918e34ae8879f.tar.xz
krb5-dc2fe09903cdf076ec3183b7792918e34ae8879f.zip
auto-import changelog data from krb5-1.3.1-7.src.rpmkrb5-1_3_1-7FC-2-split
Mon Nov 24 2003 Nalin Dahyabhai <nalin@redhat.com> 1.3.1-7 - fix combination of --with-netlib and --enable-dns Tue Nov 18 2003 Nalin Dahyabhai <nalin@redhat.com> - remove libdefault ticket_lifetime option from the default krb5.conf, it is ignored by libkrb5
Diffstat (limited to 'krb5-1.3.1-dns.patch')
-rw-r--r--krb5-1.3.1-dns.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/krb5-1.3.1-dns.patch b/krb5-1.3.1-dns.patch
new file mode 100644
index 0000000..45f1ce6
--- /dev/null
+++ b/krb5-1.3.1-dns.patch
@@ -0,0 +1,11 @@
+We want to be able to use --with-netlib and --enable-dns at the same time.
+--- 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 @@
+ LIBS="$LIBS $withval"
+ AC_MSG_RESULT("netlib will use \'$withval\'")
+ fi
++ KRB5_AC_ENABLE_DNS
+ ],dnl
+ [AC_LIBRARY_NET]
+ )])dnl