Accepting request 814737 from devel:libraries:c_c++

OBS-URL: https://build.opensuse.org/request/show/814737
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/curl?expand=0&rev=158
This commit is contained in:
Dominique Leuenberger 2020-06-21 17:03:58 +00:00 committed by Git OBS Bridge
commit faff3a3f39
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri Jun 12 09:07:50 UTC 2020 - Dominique Leuenberger <dimstar@opensuse.org>
- Change with-gssapi configure parameter: krb5 is changing location
in the future: ask krb5-config about the correct prefix values.
-------------------------------------------------------------------
Wed Apr 29 07:45:48 UTC 2020 - Paolo Stivanin <info@paolostivanin.com>

View File

@ -125,7 +125,7 @@ sed -i 's/\(link_all_deplibs=\)unknown/\1no/' configure
--with-nss \
%endif
%endif
--with-gssapi=%{_libexecdir}/mit \
--with-gssapi=$(krb5-config --prefix) \
--with-libidn2 \
--with-libssh \
--with-libmetalink \