2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-30 05:57:52 +00:00

Merge branch 'mnowak/freebsd-use-mit-kerberos5' into 'main'

Build FreeBSD with MIT Kerberos5 instead of Heimdal

See merge request isc-projects/bind9!8906
This commit is contained in:
Michal Nowak 2024-03-27 08:15:26 +00:00
commit 0371223343

View File

@ -1334,7 +1334,9 @@ unit:clang:bookworm:amd64:
clang:freebsd13:amd64: clang:freebsd13:amd64:
variables: variables:
CFLAGS: "${CFLAGS_COMMON}" CFLAGS: "${CFLAGS_COMMON}"
EXTRA_CONFIGURE: "${WITH_READLINE_LIBEDIT}" # Use MIT Kerberos5 for BIND 9 GSS-API support because of FreeBSD Heimdal
# incompatibility; see https://bugs.freebsd.org/275241.
EXTRA_CONFIGURE: "${WITH_READLINE_LIBEDIT} --with-gssapi=/usr/local/bin/krb5-config"
USER: gitlab-runner USER: gitlab-runner
<<: *freebsd_13_amd64_image <<: *freebsd_13_amd64_image
<<: *build_job <<: *build_job
@ -1360,7 +1362,9 @@ unit:clang:freebsd13:amd64:
clang:freebsd14:amd64: clang:freebsd14:amd64:
variables: variables:
CFLAGS: "${CFLAGS_COMMON}" CFLAGS: "${CFLAGS_COMMON}"
EXTRA_CONFIGURE: "${WITH_READLINE_EDITLINE}" # Use MIT Kerberos5 for BIND 9 GSS-API support because of FreeBSD Heimdal
# incompatibility; see https://bugs.freebsd.org/275241.
EXTRA_CONFIGURE: "${WITH_READLINE_EDITLINE} --with-gssapi=/usr/local/bin/krb5-config"
USER: gitlab-runner USER: gitlab-runner
<<: *freebsd_14_amd64_image <<: *freebsd_14_amd64_image
<<: *build_job <<: *build_job