From: Michal Nowak Date: Wed, 26 Aug 2020 07:15:43 +0000 (+0200) Subject: Tumbleweed changed location of krb5-config X-Git-Tag: v9.17.5~30^2 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=6095811461d90d6902f94bf1b078c8774dc26fc2;p=thirdparty%2Fbind9.git Tumbleweed changed location of krb5-config krb5-config is now in /usr/bin/ and we should detect it automatically. --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7f74f4820ca..6108ea7d0bf 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -794,7 +794,7 @@ gcc:tumbleweed:amd64: variables: CC: gcc CFLAGS: "${CFLAGS_COMMON}" - EXTRA_CONFIGURE: "--with-libidn2 --with-gssapi=/usr/lib/mit/bin/krb5-config ${WITH_READLINE_READLINE}" + EXTRA_CONFIGURE: "--with-libidn2 ${WITH_READLINE_READLINE}" <<: *tumbleweed_latest_amd64_image <<: *build_job