mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-27 16:39:08 +00:00
Avoid picking up MIT Kerberos from ports (if installed).
This commit is contained in:
parent
8f7bfc76bd
commit
4fcbf74fb1
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=314306
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user