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
This commit is contained in:
Bjørn Lie 2020-05-11 16:39:08 +00:00 committed by Git OBS Bridge
parent a12c8144cb
commit 63785f74fa
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon May 11 13:27:15 UTC 2020 - Dominique Leuenberger <dimstar@opensuse.org>
- Autodetect the location of krb5-config: krb5 adds itself to
$PATH.
-------------------------------------------------------------------
Thu Apr 16 18:23:07 UTC 2020 - Bjørn Lie <bjorn.lie@gmail.com>

View File

@ -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 \