summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorprlw1 <prlw1>2016-06-17 16:56:28 +0000
committerprlw1 <prlw1>2016-06-17 16:56:28 +0000
commitb390720dc9148c3cf752e3b40a597a6d894769cd (patch)
tree1c0ee6b2363940eaacf92bfffda6754b8a648877 /www
parent7007609b6797c5165fe0532347d4c4d977d06d3f (diff)
downloadpkgsrc-b390720dc9148c3cf752e3b40a597a6d894769cd.tar.gz
Add ecap option to squid3, switched off by default.
Diffstat (limited to 'www')
-rw-r--r--www/squid3/options.mk18
1 files changed, 14 insertions, 4 deletions
diff --git a/www/squid3/options.mk b/www/squid3/options.mk
index 5f1b4a92c36..52dd325475f 100644
--- a/www/squid3/options.mk
+++ b/www/squid3/options.mk
@@ -1,9 +1,10 @@
-# $NetBSD: options.mk,v 1.18 2016/05/23 21:08:28 markd Exp $
+# $NetBSD: options.mk,v 1.19 2016/06/17 16:56:28 prlw1 Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.squid
-PKG_SUPPORTED_OPTIONS= inet6 snmp ssl squid-backend-aufs squid-backend-diskd \
- squid-backend-rock squid-backend-ufs squid-carp squid-unlinkd \
- squid-kerberos-helper squid-ldap-helper squid-pam-helper
+PKG_SUPPORTED_OPTIONS= ecap inet6 snmp ssl squid-backend-aufs \
+ squid-backend-diskd squid-backend-rock squid-backend-ufs \
+ squid-carp squid-unlinkd squid-kerberos-helper \
+ squid-ldap-helper squid-pam-helper
PKG_OPTIONS_LEGACY_OPTS+= diskd:squid-backend-diskd \
null:squid-backend-null ufs:squid-backend-ufs \
linux-netfilter:squid-netfilter ipf-transparent:squid-ipf \
@@ -86,6 +87,15 @@ CONFIGURE_ARGS+= --enable-arp-acl
CONFIGURE_ARGS+= --enable-carp
.endif
+.if !empty(PKG_OPTIONS:Mecap)
+CONFIGURE_ARGS+= --enable-ecap
+USE_TOOLS+= pkg-config
+CHECK_WRKREF_SKIP+= sbin/squid
+.include "../../www/libecap/buildlink3.mk"
+.else
+CONFIGURE_ARGS+= --disable-ecap
+.endif
+
.if !empty(PKG_SUPPORTED_OPTIONS:Minet6) && empty(PKG_OPTIONS:Minet6)
CONFIGURE_ARGS+= --disable-ipv6
.endif