Disable LTO
This commit is contained in:
parent
ef8e0cc508
commit
ce003f2e75
@ -153,7 +153,7 @@ fi \
|
|||||||
|
|
||||||
Name: libxcrypt
|
Name: libxcrypt
|
||||||
Version: 4.4.16
|
Version: 4.4.16
|
||||||
Release: 4%{?dist}
|
Release: 5%{?dist}
|
||||||
Summary: Extended crypt library for descrypt, md5crypt, bcrypt, and others
|
Summary: Extended crypt library for descrypt, md5crypt, bcrypt, and others
|
||||||
|
|
||||||
# For explicit license breakdown, see the
|
# For explicit license breakdown, see the
|
||||||
@ -331,6 +331,9 @@ EOF
|
|||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
# The configure scripts want to use -Wl,--wrap which is not compatible with LTO
|
||||||
|
%define _lto_cflags %{nil}
|
||||||
|
|
||||||
mkdir -p %{_vpath_builddir}
|
mkdir -p %{_vpath_builddir}
|
||||||
|
|
||||||
# Build the default system library.
|
# Build the default system library.
|
||||||
@ -482,6 +485,9 @@ done
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jun 30 2020 Jeff Law <law@redhat.com> - 4.4.16-5
|
||||||
|
- Disable LTO
|
||||||
|
|
||||||
* Fri Jun 19 2020 Björn Esser <besser82@fedoraproject.org> - 4.4.16-4
|
* Fri Jun 19 2020 Björn Esser <besser82@fedoraproject.org> - 4.4.16-4
|
||||||
- Trim %%changelog starting with v4.4.0
|
- Trim %%changelog starting with v4.4.0
|
||||||
- Remove memcheck conditional
|
- Remove memcheck conditional
|
||||||
|
Loading…
Reference in New Issue
Block a user