From 63785f74fad24cb15166746f489e8db21b0385de5dec25045fcd4109f9b6d07d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Lie?= Date: Mon, 11 May 2020 16:39:08 +0000 Subject: [PATCH] Accepting request 802683 from GNOME:Next - Autodetect the location of krb5-config: krb5 adds itself to $PATH. OBS-URL: https://build.opensuse.org/request/show/802683 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libsoup?expand=0&rev=246 --- libsoup.changes | 6 ++++++ libsoup.spec | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/libsoup.changes b/libsoup.changes index 56e4899..a8cacfa 100644 --- a/libsoup.changes +++ b/libsoup.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon May 11 13:27:15 UTC 2020 - Dominique Leuenberger + +- Autodetect the location of krb5-config: krb5 adds itself to + $PATH. + ------------------------------------------------------------------- Thu Apr 16 18:23:07 UTC 2020 - Bjørn Lie diff --git a/libsoup.spec b/libsoup.spec index 2aec6ed..13c7c04 100644 --- a/libsoup.spec +++ b/libsoup.spec @@ -127,7 +127,7 @@ translation-update-upstream po libsoup %build %meson \ -Dgssapi=enabled \ - -Dkrb5_config='%{_libexecdir}/mit/bin/krb5-config' \ + -Dkrb5_config="$(which krb5-config)" \ -Dvapi=enabled \ -Dgtk_doc=true \ -Dntlm=disabled \