diff --git a/squid.changes b/squid.changes index 198185b..524cd6e 100644 --- a/squid.changes +++ b/squid.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Mar 23 14:56:44 UTC 2023 - Martin Liška + +- Enable LTO again as it survives tests now. + ------------------------------------------------------------------- Wed Jan 25 09:48:26 UTC 2023 - Thorsten Kukuk diff --git a/squid.spec b/squid.spec index b8b4c01..4834a05 100644 --- a/squid.spec +++ b/squid.spec @@ -108,7 +108,6 @@ perl -p -i -e 's|%{_prefix}/local/bin/perl|%{_bindir}/perl|' `find -name "*.pl"` %endif %build -%define _lto_cflags %{nil} autoreconf -fi cd libltdl; autoreconf -fi; cd .. export CFLAGS="%{optflags} -fPIE -fPIC -DOPENSSL_LOAD_CONF"