fixes #768586 - Please enable eCAP support again
This commit is contained in:
parent
c6c593837b
commit
de2ee0b90e
@ -4,7 +4,7 @@
|
||||
|
||||
Name: squid
|
||||
Version: 3.2.0.14
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: The Squid proxy caching server
|
||||
Epoch: 7
|
||||
# See CREDITS for breakdown of non GPLv2+ code
|
||||
@ -59,7 +59,7 @@ BuildRequires: expat-devel libxml2-devel
|
||||
# TPROXY requires libcap, and also increases security somewhat
|
||||
BuildRequires: libcap-devel
|
||||
# eCAP support
|
||||
# BuildRequires: libecap-devel
|
||||
BuildRequires: libecap-devel
|
||||
#
|
||||
BuildRequires: libtool libtool-ltdl-devel
|
||||
|
||||
@ -142,6 +142,7 @@ LDFLAGS="-pie"
|
||||
--enable-useragent-log \
|
||||
--enable-wccpv2 \
|
||||
--enable-esi \
|
||||
--enable-ecap \
|
||||
--with-aio \
|
||||
--with-default-user="squid" \
|
||||
--with-filedescriptors=16384 \
|
||||
@ -302,6 +303,9 @@ fi
|
||||
/sbin/chkconfig --add squid >/dev/null 2>&1 || :
|
||||
|
||||
%changelog
|
||||
* Mon Dec 19 2011 Jiri Skala <jskala@redhat.com> - 7:3.2.0.14-2
|
||||
- fixes #768586 - Please enable eCAP support again
|
||||
|
||||
* Wed Dec 14 2011 Jiri Skala <jskala@redhat.com> - 7:3.2.0.14-1
|
||||
- update to latest upstream 3.2.0.14
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user