]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC r356615: src.opts.mk: force KERBEROS_SUPPORT off where KERBEROS forced off
authorEd Maste <emaste@FreeBSD.org>
Sun, 27 Sep 2020 22:48:43 +0000 (22:48 +0000)
committerEd Maste <emaste@FreeBSD.org>
Sun, 27 Sep 2020 22:48:43 +0000 (22:48 +0000)
commitb6d3e55ae139b7291073a9caf6b7c0372a8a1961
tree93d0b343460b54d87071e29a10a9dc9711b78b90
parentb94656d033a2ad7c3b7d95ffd623bcbfff265aef
MFC r356615: src.opts.mk: force KERBEROS_SUPPORT off where KERBEROS forced off

Explicitly setting WITHOUT_KERBEROS implies WITHOUT_KERBEROS_SUPPORT,
but previously other cases that forced KERBEROS off (such as
WITHOUT_CRYPT) did not also set KERBEROS_SUPPORT off.  Because the
_SUPPORT dependent options (KERBEROS/KERBEROS_SUPPORT) are processed
before other dependencies (CRYPT/KERBEROS) it's not easy to make this
happen automatically.  Instead just explicitly set KERBEROS_SUPPORT
off where we set KERBEROS off.
share/mk/src.opts.mk