svn commit: r314306 - head/crypto/openssh

Dag-Erling Smørgrav des at FreeBSD.org
Sun Feb 26 19:00:56 UTC 2017


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
 


More information about the svn-src-all mailing list