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