Author: des Date: Sun Feb 26 19:00:55 2017 New Revision: 314306 URL: https://svnweb.freebsd.org/changeset/base/314306
Log: Avoid picking up MIT Kerberos from ports (if installed). Modified: head/crypto/openssh/freebsd-configure.sh Modified: head/crypto/openssh/freebsd-configure.sh ============================================================================== --- head/crypto/openssh/freebsd-configure.sh Sun Feb 26 18:17:12 2017 (r314305) +++ head/crypto/openssh/freebsd-configure.sh Sun Feb 26 19:00:55 2017 (r314306) @@ -30,7 +30,7 @@ export PATH=/bin:/sbin:/usr/bin:/usr/sbi 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 _______________________________________________ svn-src-head@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"