krb5/krb5-1.3.1-dns.patch
cvsdist dc2fe09903 auto-import changelog data from krb5-1.3.1-7.src.rpm
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
2004-09-09 07:16:33 +00:00

12 lines
360 B
Diff

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