Avoid picking up MIT Kerberos from ports (if installed).

This commit is contained in:
des 2017-02-26 19:00:55 +00:00
parent 308f28721f
commit 427bf4fd96

View File

@ -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