Accepting request 824487 from network
OBS-URL: https://build.opensuse.org/request/show/824487 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/krb5?expand=0&rev=149
This commit is contained in:
commit
af03cb9337
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 7 17:38:11 UTC 2020 - Andreas Schwab <schwab@suse.de>
|
||||
|
||||
- Don't fail if %{_lto_cflags} is empty
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 12 08:38:23 UTC 2020 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
|
@ -198,8 +198,10 @@ rm -f %{buildroot}/%{_libdir}/krb5/plugins/preauth/otp.so
|
||||
rm -f %{buildroot}/%{_libdir}/krb5/plugins/preauth/spake.so
|
||||
rm -f %{buildroot}/%{_libdir}/krb5/plugins/preauth/test.so
|
||||
|
||||
%if "%{_lto_cflags}" != ""
|
||||
# Don't add the lto flags to the public link flags.
|
||||
sed -i "s/%{_lto_cflags}//" %{buildroot}%{_bindir}/krb5-config
|
||||
%endif
|
||||
|
||||
%find_lang mit-krb5
|
||||
|
||||
|
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 7 17:38:11 UTC 2020 - Andreas Schwab <schwab@suse.de>
|
||||
|
||||
- Don't fail if %{_lto_cflags} is empty
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 12 08:38:23 UTC 2020 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
|
@ -276,8 +276,10 @@ rm -rf %{buildroot}%{_datadir}/examples
|
||||
# manually remove test plugin since configure doesn't support disabling it at build time
|
||||
rm -f %{buildroot}/%{_libdir}/krb5/plugins/preauth/test.so
|
||||
|
||||
%if "%{_lto_cflags}" != ""
|
||||
# Don't add the lto flags to the public link flags.
|
||||
sed -i "s/%{_lto_cflags}//" %{buildroot}%{_bindir}/krb5-config
|
||||
%endif
|
||||
|
||||
%find_lang mit-krb5
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user