diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2000-04-21 06:21:46 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2000-04-21 06:21:46 +0000 |
commit | 36e2fdf71b8f2ba7ab39c20f570d16b296b448cd (patch) | |
tree | 715b9887d1b282fe206db1c349dc616e1a37871b /security | |
parent | 5cbe0e506619827bfcbe70ea8a75b5405b5df92d (diff) | |
download | ports-36e2fdf71b8f2ba7ab39c20f570d16b296b448cd.tar.gz ports-36e2fdf71b8f2ba7ab39c20f570d16b296b448cd.zip |
Notes
Diffstat (limited to 'security')
-rw-r--r-- | security/ssh/files/patch-be | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/ssh/files/patch-be b/security/ssh/files/patch-be index c59ff1bef49c..4a13d5dccb48 100644 --- a/security/ssh/files/patch-be +++ b/security/ssh/files/patch-be @@ -1,5 +1,5 @@ --- configure.in.orig Wed May 12 04:20:02 1999 -+++ configure.in Thu Apr 20 23:12:36 2000 ++++ configure.in Wed Apr 19 01:02:34 2000 @@ -30,8 +30,140 @@ fi @@ -289,7 +289,7 @@ KERBEROS_ROOT="$with_kerberos5" KERBEROS_INCS="-I${KERBEROS_ROOT}/include" - KERBEROS_LIBS="-L${KERBEROS_ROOT}/lib -lgssapi_krb5 -lkrb5 -lcrypto -lcom_err" -+ if [ -f ${KERBEROS_ROOT}/lib/libk5crypto.a ]; then ++ if test -f ${KERBEROS_ROOT}/lib/libk5crypto.a ; then + KERBEROS_LIBS="-L${KERBEROS_ROOT}/lib -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err" + else + KERBEROS_LIBS="-L${KERBEROS_ROOT}/lib -lgssapi_krb5 -lkrb5 -lcrypto -lcom_err" |