]> 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:44:56 +0000 (12:44 +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 44392dfe992a2099a480ed21c352bb4d6e163e79..097f0824b8a24e42d1db09ae87918f0fe5b5cf8e 100644 (file)
@@ -829,7 +829,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