diff options
Diffstat (limited to 'net-misc/openssh/files/openssh-4.2_p1-kerberos-detection.patch')
-rw-r--r-- | net-misc/openssh/files/openssh-4.2_p1-kerberos-detection.patch | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/net-misc/openssh/files/openssh-4.2_p1-kerberos-detection.patch b/net-misc/openssh/files/openssh-4.2_p1-kerberos-detection.patch new file mode 100644 index 000000000000..fdfd5113dff7 --- /dev/null +++ b/net-misc/openssh/files/openssh-4.2_p1-kerberos-detection.patch @@ -0,0 +1,18 @@ +--- configure.ac ++++ configure.ac +@@ -2757,7 +2757,6 @@ + if test ! -z "$blibpath" ; then + blibpath="$blibpath:${KRB5ROOT}/lib" + fi +- fi + + AC_CHECK_HEADERS(gssapi.h gssapi/gssapi.h) + AC_CHECK_HEADERS(gssapi_krb5.h gssapi/gssapi_krb5.h) +@@ -2765,6 +2764,7 @@ + + LIBS="$LIBS $K5LIBS" + AC_SEARCH_LIBS(k_hasafs, kafs, AC_DEFINE(USE_AFS)) ++ fi + ] + ) + |