mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-09-03 07:25:18 +00:00
[#2539] hammer.py: delete the default Heimdal krb5-config in FreeBSD
This makes it possible for Kea to pick up by default on the krb5-config from the MIT version of Kerberos packages.
This commit is contained in:
@@ -1833,6 +1833,9 @@ def prepare_system_local(features, check_times):
|
||||
|
||||
if 'gssapi' in features:
|
||||
packages.extend(['krb5', 'krb5-devel'])
|
||||
# FreeBSD comes with a Heimdal krb5-config by default. Make sure
|
||||
# it's deleted so that Kea uses the MIT packages added just above.
|
||||
execute('sudo rm -f /usr/bin/krb5-config')
|
||||
|
||||
if 'ccache' in features:
|
||||
packages.extend(['ccache'])
|
||||
|
Reference in New Issue
Block a user