From: Michał Kępień Date: Thu, 23 Apr 2020 10:32:35 +0000 (+0200) Subject: Fix build-time GSSAPI detection on Tumbleweed X-Git-Tag: v9.17.3~31^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1be15f59004cec620a05a320444e85ca31f7740b;p=thirdparty%2Fbind9.git Fix build-time GSSAPI detection on Tumbleweed 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. --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a3a52d2643e..15a7693b400 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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