aboutsummaryrefslogtreecommitdiff
path: root/crypto
diff options
context:
space:
mode:
authorDag-Erling Smørgrav <des@FreeBSD.org>2017-02-26 19:00:55 +0000
committerDag-Erling Smørgrav <des@FreeBSD.org>2017-02-26 19:00:55 +0000
commit4fcbf74fb17b1a3e3317a2da7c4024922017f40e (patch)
tree52b13b6c3f01e97cb12d94f4c779b1d31cb61440 /crypto
parent8f7bfc76bd3a4972082afd187a199ec25d387ff6 (diff)
downloadsrc-4fcbf74fb17b1a3e3317a2da7c4024922017f40e.tar.gz
src-4fcbf74fb17b1a3e3317a2da7c4024922017f40e.zip
Avoid picking up MIT Kerberos from ports (if installed).
Notes
Notes: svn path=/head/; revision=314306
Diffstat (limited to 'crypto')
-rwxr-xr-xcrypto/openssh/freebsd-configure.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/openssh/freebsd-configure.sh b/crypto/openssh/freebsd-configure.sh
index 0f37eb9c8fa3..e9420c7580c7 100755
--- a/crypto/openssh/freebsd-configure.sh
+++ b/crypto/openssh/freebsd-configure.sh
@@ -30,7 +30,7 @@ export PATH=/bin:/sbin:/usr/bin:/usr/sbin
unset LD_LIBRARY_PATH
# generate config.h with krb5 and stash it
-sh configure $configure_args --with-kerberos5
+sh configure $configure_args --with-kerberos5=/usr
mv config.log config.log.orig
mv config.h config.h.orig