summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2001-11-06 03:05:14 +0000
committertron <tron@pkgsrc.org>2001-11-06 03:05:14 +0000
commit823ce591bc3b023a484165e1f7e2897b37349c45 (patch)
tree64a7766b83bd99405dad169661078556ecc66751 /www
parentaa07418e50398e2392a586c80295c23587fbc297 (diff)
downloadpkgsrc-823ce591bc3b023a484165e1f7e2897b37349c45.tar.gz
Activate store type "diskd" by default as suggested by Grant Beattie in
PR pkg/14476.
Diffstat (limited to 'www')
-rw-r--r--www/squid/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/www/squid/Makefile b/www/squid/Makefile
index 1710c184006..3f93cffa0e9 100644
--- a/www/squid/Makefile
+++ b/www/squid/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.52 2001/10/09 19:01:49 tron Exp $
+# $NetBSD: Makefile,v 1.53 2001/11/06 03:05:14 tron Exp $
DISTNAME= squid-2.4.STABLE2-src
PKGNAME= squid-2.4.2
@@ -32,9 +32,10 @@ SQUID_CONFIGURE_ARGS?= --enable-cachemgr-hostname=localhost \
--enable-icmp \
--enable-ipf-transparent \
--enable-snmp \
- --enable-underscores
+ --enable-underscores \
+ --enable-storeio="diskd"
-OPTIONAL_FILES= libexec/pinger libexec/unlinkd
+OPTIONAL_FILES= libexec/diskd libexec/pinger libexec/unlinkd
post-configure:
@cd ${WRKSRC}/include && \