mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04:00
Disable Kerberos in tumbleweed
In the tumbleweed image, we utilize LibreSSL. Several BIND 9 libraries are linked against LibreSSL's libcrypto.so.55, and when Kerberos is enabled, we link against libk5crypto.so.3, which in turn links against OpenSSL's libcrypto.so.3. This might theoretically lead to a symbol conflict.
This commit is contained in:
parent
324b5786dc
commit
1b2c191bed
1 changed files with 1 additions and 1 deletions
|
|
@ -1074,7 +1074,7 @@ gcc:tumbleweed:amd64:
|
|||
variables:
|
||||
CC: gcc
|
||||
CFLAGS: "${CFLAGS_COMMON} -DDEBUG"
|
||||
EXTRA_CONFIGURE: "-Didn=enabled ${WITH_LIBEDIT}"
|
||||
EXTRA_CONFIGURE: "-Didn=enabled -Dgssapi=disabled ${WITH_LIBEDIT}"
|
||||
BUILD_TEST_PREREQ: 1
|
||||
|
||||
system:gcc:tumbleweed:amd64:
|
||||
|
|
|
|||
Loading…
Reference in a new issue