Accepting request 607436 from server:proxy

- Fix package configure, allowing it to build in factory
- correct version in changelog

OBS-URL: https://build.opensuse.org/request/show/607436
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/squid?expand=0&rev=58
This commit is contained in:
Dominique Leuenberger 2018-05-16 09:41:52 +00:00 committed by Git OBS Bridge
commit 47b9dac142
2 changed files with 7 additions and 1 deletions

View File

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

View File

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