X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=debian%2Fpatches%2F17-multiarch-kerberos-paths.patch;h=92f01c1e47311e0b1c2f098eac0e2a8025291a19;hb=311a0f62b271c573169b0cb63095c2a0c6eff95b;hp=6f3365ccb8b0005e3d3eae3587475ddb712d5057;hpb=f9ccc8b786c18a31c28fdb533a65810905cd5a4d;p=nfs-utils.git diff --git a/debian/patches/17-multiarch-kerberos-paths.patch b/debian/patches/17-multiarch-kerberos-paths.patch index 6f3365c..92f01c1 100644 --- a/debian/patches/17-multiarch-kerberos-paths.patch +++ b/debian/patches/17-multiarch-kerberos-paths.patch @@ -7,7 +7,7 @@ + MULTIARCH=`dpkg-architecture -qDEB_HOST_MULTIARCH 2>/dev/null || true` if test "$K5CONFIG" != ""; then KRBCFLAGS=`$K5CONFIG --cflags` - KRBLIBS=`$K5CONFIG --libs gssapi` + KRBLIBS=`$K5CONFIG --libs` @@ -38,6 +39,7 @@ \( -f $dir/lib/libgssapi_krb5.a -o \ -f $dir/lib64/libgssapi_krb5.a -o \