diff --git a/squid.changes b/squid.changes index 937c58f..e59beb1 100644 --- a/squid.changes +++ b/squid.changes @@ -1,7 +1,12 @@ +------------------------------------------------------------------- +Tue May 15 07:43:44 UTC 2018 - adam.majer@suse.de + +- Fix package configure + ------------------------------------------------------------------- Wed Mar 28 09:01:14 UTC 2018 - adam.majer@suse.de -- New upstream version 4.2.24 +- New upstream version 4.0.24 + Bug 4505: SMP caches sometimes do not purge entries + TPROXY: Fix clientside_mark and client port logging + Native FTP: Fix "Cannot assign requested address" with TPROXY diff --git a/squid.spec b/squid.spec index d01c7be..b8ae115 100644 --- a/squid.spec +++ b/squid.spec @@ -89,6 +89,7 @@ perl -p -i -e 's|%{_prefix}/local/bin/perl|%{_bindir}/perl|' `find -name "*.pl"` %build autoreconf -fi +cd libltdl; autoreconf -fi; cd .. export CFLAGS="%{optflags} -fPIE -fPIC -DOPENSSL_LOAD_CONF" export CXXFLAGS="%{optflags} -fPIE -fPIC -DOPENSSL_LOAD_CONF" export LDFLAGS="-Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro,-z,now -pie"