From 1be15f59004cec620a05a320444e85ca31f7740b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20K=C4=99pie=C5=84?= Date: Thu, 23 Apr 2020 12:32:35 +0200 Subject: [PATCH] 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. --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a3a52d2643..15a7693b40 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