enabled eCAP support
This commit is contained in:
parent
e34d3a9840
commit
32dcfdc621
@ -4,7 +4,7 @@
|
||||
|
||||
Name: squid
|
||||
Version: 3.1.12
|
||||
Release: 2%{?dist}
|
||||
Release: 3%{?dist}
|
||||
Summary: The Squid proxy caching server
|
||||
Epoch: 7
|
||||
# See CREDITS for breakdown of non GPLv2+ code
|
||||
@ -54,6 +54,8 @@ BuildRequires: db4-devel
|
||||
BuildRequires: expat-devel libxml2-devel
|
||||
# TPROXY requires libcap, and also increases security somewhat
|
||||
BuildRequires: libcap-devel
|
||||
# eCAP support
|
||||
BuildRequires: libecap-devel
|
||||
# eCAP and some other need libltdl
|
||||
BuildRequires: libtool libtool-ltdl-devel
|
||||
|
||||
@ -126,6 +128,7 @@ export LDFLAGS="-pie"
|
||||
--enable-useragent-log \
|
||||
--enable-wccpv2 \
|
||||
--enable-esi \
|
||||
--enable-ecap \
|
||||
--with-aio \
|
||||
--with-default-user="squid" \
|
||||
--with-filedescriptors=16384 \
|
||||
@ -270,6 +273,9 @@ fi
|
||||
chgrp squid /var/cache/samba/winbindd_privileged >/dev/null 2>&1 || :
|
||||
|
||||
%changelog
|
||||
* Wed May 18 2011 Jiri Skala <jskala@redhat.com> - 7:3.1.12-3
|
||||
- enabled eCAP support
|
||||
|
||||
* Thu May 04 2011 Jiri Skala <jskala@redhat.com> - 7:3.1.12-2
|
||||
- applied corrections of unused patch (Ismail Dönmez)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user