- rpc.statd: Bind downcall socket to loopback address (Closes: #457095).
* Add version to build-dep on libnfsidmap-dev (Closes: #639691).
* debian/idmapd.conf: Comment Domain (Closes: #638607).
+ * debian/patches/17-multiarch-kerberos-paths.patch (Closes: #642797).
- -- Luk Claes <luk@debian.org> Sun, 02 Oct 2011 17:31:48 +0200
+ -- Luk Claes <luk@debian.org> Sun, 02 Oct 2011 18:04:27 +0200
nfs-utils (1:1.2.4-2) UNRELEASED; urgency=low
--- /dev/null
++--- trunk.orig/aclocal/kerberos5.m4
+++++ trunk/aclocal/kerberos5.m4
++@@ -29,6 +29,7 @@
++ elif test -f "/usr/lib/mit/bin/krb5-config"; then
++ K5CONFIG="/usr/lib/mit/bin/krb5-config"
++ fi
+++ MULTIARCH=`dpkg-architecture -qDEB_HOST_MULTIARCH 2>/dev/null || true`
++ if test "$K5CONFIG" != ""; then
++ KRBCFLAGS=`$K5CONFIG --cflags`
++ KRBLIBS=`$K5CONFIG --libs gssapi`
++@@ -38,6 +39,7 @@
++ \( -f $dir/lib/libgssapi_krb5.a -o \
++ -f $dir/lib64/libgssapi_krb5.a -o \
++ -f $dir/lib64/libgssapi_krb5.so -o \
+++ -f $dir/lib/$MULTIARCH/libgssapi_krb5.so -o \
++ -f $dir/lib/libgssapi_krb5.so \) ; then
++ AC_DEFINE(HAVE_KRB5, 1, [Define this if you have MIT Kerberos libraries])
++ KRBDIR="$dir"
03-handle-mtab-symlink.patch
11-532048-reduce-verbosity.patch
16-mount.nfs.man-update-distinction-between-fstype.patch
+17-multiarch-kerberos-paths.patch