]> 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:08:19 +0000 (12:08 +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.

.gitlab-ci.yml

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