]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC r311140:
authorngie <ngie@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Mon, 16 Jan 2017 07:10:45 +0000 (07:10 +0000)
committerngie <ngie@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Mon, 16 Jan 2017 07:10:45 +0000 (07:10 +0000)
commita76c49d66c57b5eaf1e70bb40e5709a8f05b56bf
tree3662dbb107ea7353a3d82b0c1d0727ef969d7822
parent5aa89c30b446b114a252805b15c84bb2a2a36596
MFC r311140:

Only bake krb5_config.h support in to ssh(3), etc if both MK_GSSAPI and
MK_KERBEROS_SUPPORT != no

This fixes the odd case where someone specified MK_GSSAPI=no and
MK_KERBEROS_SUPPORT=yes (which admittedly, probably doesn't make sense,
but the build system doesn't prevent this case today, and it didn't when
I filed the bug back in 2011 either).

PR: 159745

git-svn-id: svn://svn.freebsd.org/base/stable/10@312269 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
Makefile.inc1
secure/lib/libssh/Makefile
secure/usr.bin/ssh/Makefile
secure/usr.sbin/sshd/Makefile