diff options
Diffstat (limited to 'security/cyrus-sasl/files/patch-ab')
-rw-r--r-- | security/cyrus-sasl/files/patch-ab | 25 |
1 files changed, 2 insertions, 23 deletions
diff --git a/security/cyrus-sasl/files/patch-ab b/security/cyrus-sasl/files/patch-ab index 334527822474..797e5ef3a899 100644 --- a/security/cyrus-sasl/files/patch-ab +++ b/security/cyrus-sasl/files/patch-ab @@ -1,5 +1,5 @@ ---- configure.in.orig Mon May 8 12:51:13 2000 -+++ configure.in Sat Jun 10 20:23:18 2000 +--- configure.in.orig Thu Aug 3 14:34:08 2000 ++++ configure.in Thu Aug 3 14:39:24 2000 @@ -66,8 +66,9 @@ dnl check for -R, etc. switch CMU_GUESS_RUNPATH_SWITCH @@ -12,24 +12,3 @@ AM_DISABLE_STATIC -@@ -413,8 +414,9 @@ - - if test "$with_des" != no; then - AC_CHECK_HEADER(krb.h, -- AC_CHECK_LIB(krb, krb_mk_priv,:, -- AC_WARN(No Kerberos V4 found); krb4=no, -+ AC_CHECK_LIB(krb, krb_mk_priv, COM_ERR="", -+ AC_CHECK_LIB(krb, krb_mk_err, COM_ERR="-lcom_err", -+ AC_WARN(No Kerberos V4 found); krb4=no,-ldes -lcom_err), - -ldes), - AC_WARN(No Kerberos V4 found); krb4=no) - else -@@ -428,7 +430,7 @@ - AC_MSG_RESULT(enabled) - SASL_MECHS="$SASL_MECHS libkerberos4.la" - AC_DEFINE(HAVE_KRB) -- SASL_KRB_LIB="-lkrb -ldes" -+ SASL_KRB_LIB="-lkrb -ldes $COM_ERR" - AC_SUBST(SASL_KRB_LIB) - else - AC_MSG_RESULT(disabled) |