diff options
author | 2014-03-11 21:01:41 +0000 | |
---|---|---|
committer | 2014-03-11 21:01:41 +0000 | |
commit | e853f18b6ffc397085121cc217ebd7f547686e83 (patch) | |
tree | 378a462ff4290672d7b8e7a46c5d6b308b0037e8 /net-proxy/squid/squid-3.4.4.ebuild | |
parent | Security bump - bug #504176 (diff) | |
download | historical-e853f18b6ffc397085121cc217ebd7f547686e83.tar.gz historical-e853f18b6ffc397085121cc217ebd7f547686e83.tar.bz2 historical-e853f18b6ffc397085121cc217ebd7f547686e83.zip |
Add esi USE flag - bug #501898
Package-Manager: portage-2.2.8-r1/cvs/Linux x86_64
Manifest-Sign-Key: 0x77F1F175586A3B1F
Diffstat (limited to 'net-proxy/squid/squid-3.4.4.ebuild')
-rw-r--r-- | net-proxy/squid/squid-3.4.4.ebuild | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/net-proxy/squid/squid-3.4.4.ebuild b/net-proxy/squid/squid-3.4.4.ebuild index 405f06d7e5f9..dd90ed88fb51 100644 --- a/net-proxy/squid/squid-3.4.4.ebuild +++ b/net-proxy/squid/squid-3.4.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-proxy/squid/squid-3.4.4.ebuild,v 1.1 2014/03/11 20:48:29 eras Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-proxy/squid/squid-3.4.4.ebuild,v 1.2 2014/03/11 21:01:40 eras Exp $ EAPI=5 @@ -14,7 +14,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" IUSE="caps ipv6 pam ldap samba sasl kerberos nis radius ssl snmp selinux logrotate test \ - ecap icap-client ssl-crtd \ + ecap esi icap-client ssl-crtd \ mysql postgres sqlite \ qos tproxy \ +htcp +wccp +wccpv2 \ @@ -29,6 +29,7 @@ COMMON_DEPEND="caps? ( >=sys-libs/libcap-2.16 ) ssl? ( dev-libs/openssl ) sasl? ( dev-libs/cyrus-sasl ) ecap? ( net-libs/libecap:0.2 ) + esi? ( dev-libs/expat dev-libs/libxml2 ) selinux? ( sec-policy/selinux-squid ) !x86-fbsd? ( logrotate? ( app-admin/logrotate ) ) >=sys-libs/db-4 @@ -63,6 +64,8 @@ pkg_setup() { src_prepare() { epatch "${FILESDIR}/${PN}-3.3.4-gentoo.patch" + #sed -i -e 's:AM_CONFIG_HEADER:AC_CONFIG_HEADERS:' \ + # lib/libTrie/configure.ac || die sed -i -e 's:/usr/local/squid/etc:/etc/squid:' \ INSTALL QUICKSTART \ helpers/basic_auth/MSNT/README.html \ @@ -177,7 +180,6 @@ src_configure() { --enable-eui \ --enable-icmp \ --enable-follow-x-forwarded-for \ - --enable-esi \ --with-large-files \ --disable-strict-error-checking \ $(use_with caps libcap) \ @@ -187,6 +189,7 @@ src_configure() { $(use_enable ssl-crtd) \ $(use_enable icap-client) \ $(use_enable ecap) \ + $(use_enable esi) \ $(use_enable htcp) \ $(use_enable wccp) \ $(use_enable wccpv2) \ |