Accepting request 1073988 from home:marxin:branches:server:proxy

- Enable LTO again as it survives tests now.

OBS-URL: https://build.opensuse.org/request/show/1073988
OBS-URL: https://build.opensuse.org/package/show/server:proxy/squid?expand=0&rev=269
This commit is contained in:
Adam Majer 2023-03-23 14:58:09 +00:00 committed by Git OBS Bridge
parent 85015dd9ad
commit 8ec6e276c4
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Mar 23 14:56:44 UTC 2023 - Martin Liška <mliska@suse.cz>
- Enable LTO again as it survives tests now.
-------------------------------------------------------------------
Wed Jan 25 09:48:26 UTC 2023 - Thorsten Kukuk <kukuk@suse.com>

View File

@ -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"