Accepting request 1073989 from server:proxy

OBS-URL: https://build.opensuse.org/request/show/1073989
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/squid?expand=0&rev=110
This commit is contained in:
Dominique Leuenberger 2023-03-24 14:21:18 +00:00 committed by Git OBS Bridge
commit c76636d04d
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"