]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Disable Kerberos in tumbleweed
authorMichal Nowak <mnowak@isc.org>
Wed, 25 Jun 2025 13:35:23 +0000 (15:35 +0200)
committerMichal Nowak <mnowak@isc.org>
Thu, 26 Jun 2025 10:54:45 +0000 (12:54 +0200)
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.

.gitlab-ci.yml

index 51ea3d1a730114fab7abb5c0cb727914d61902fd..bb4fc8b29c7605a738bd76802e66623a10419a46 100644 (file)
@@ -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: