Disable LTO

This commit is contained in:
Jeff Law 2020-07-01 12:15:35 -06:00
parent 2e48ae2d63
commit ca22aded04

View File

@ -36,7 +36,7 @@
Name: sssd Name: sssd
Version: 2.3.0 Version: 2.3.0
Release: 2%{?dist} Release: 3%{?dist}
Summary: System Security Services Daemon Summary: System Security Services Daemon
License: GPLv3+ License: GPLv3+
URL: https://github.com/SSSD/sssd/ URL: https://github.com/SSSD/sssd/
@ -513,6 +513,11 @@ for p in %patches ; do
done done
%build %build
# This package uses -Wl,-wrap to wrap calls at link time. This is incompatible
# with LTO.
# Disable LTO
%define _lto_cflags %{nil}
autoreconf -ivf autoreconf -ivf
%configure \ %configure \
@ -1074,6 +1079,9 @@ fi
%{_libdir}/%{name}/modules/libwbclient.so %{_libdir}/%{name}/modules/libwbclient.so
%changelog %changelog
* Wed Jul 1 2020 Jeff Law <law@redhat.com>
- Disable LTO
* Fri Jun 19 2020 Peter Jones <pjones@redhat.com> * Fri Jun 19 2020 Peter Jones <pjones@redhat.com>
- Fix github url typo - Fix github url typo