]> git.ipfire.org Git - ipfire-3.x.git/blob - krb5/patches/krb5-1.3.1-dns.patch
mesa: Build dri drivers only for x86
[ipfire-3.x.git] / krb5 / patches / krb5-1.3.1-dns.patch
1 We want to be able to use --with-netlib and --enable-dns at the same time.
2 RT#2022
3 --- krb5-1.3.1/src/aclocal.m4 2003-11-24 11:17:30.000000000 -0500
4 +++ krb5-1.3.1/src/aclocal.m4 2003-11-24 11:18:45.000000000 -0500
5 @@ -647,6 +647,7 @@
6 LIBS="$LIBS $withval"
7 AC_MSG_RESULT("netlib will use \'$withval\'")
8 fi
9 + KRB5_AC_ENABLE_DNS
10 ],dnl
11 [AC_LIBRARY_NET]
12 )])dnl