]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Fix build-time GSSAPI detection on Tumbleweed
authorMichał Kępień <michal@isc.org>
Thu, 23 Apr 2020 10:32:35 +0000 (12:32 +0200)
committerMichał Kępień <michal@isc.org>
Mon, 29 Jun 2020 10:49:35 +0000 (12:49 +0200)
The "krb5-devel" package on openSUSE Tumbleweed installs the
"krb5-config" binary into a custom prefix, which prevents BIND's
"configure" script from autodetecting it.  Fix by specifying the path to
the "krb5-config" binary using --with-gssapi.

(cherry picked from commit 1be15f59004cec620a05a320444e85ca31f7740b)

.gitlab-ci.yml

index 04667eddb6474e9092d43aa03c6186d0a4b5fa75..ea312c36ded0cbefa73e8933eb60009021b3a379 100644 (file)
@@ -820,7 +820,7 @@ gcc:tumbleweed:amd64:
   variables:
     CC: gcc
     CFLAGS: "${CFLAGS_COMMON}"
-    EXTRA_CONFIGURE: "--with-libidn2"
+    EXTRA_CONFIGURE: "--with-libidn2 --with-gssapi=/usr/lib/mit/bin/krb5-config"
   <<: *tumbleweed_latest_amd64_image
   <<: *build_job