Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 26 Feb 2017 19:00:55 +0000 (UTC)
From:      =?UTF-8?Q?Dag-Erling_Sm=c3=b8rgrav?= <des@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r314306 - head/crypto/openssh
Message-ID:  <201702261900.v1QJ0tRI054507@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201702261900.v1QJ0tRI054507>