summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2001-11-06 07:22:13 +0000
committertron <tron@pkgsrc.org>2001-11-06 07:22:13 +0000
commitdd013767dddc20e5b5f344ee136a47982f81a264 (patch)
tree78b6a262f99855502c59d926b568046a2330f0b9
parent8b7b017497778a53a360e5952f07b4db6531f4ac (diff)
downloadpkgsrc-dd013767dddc20e5b5f344ee136a47982f81a264.tar.gz
Use "--enable-storeio=ufs,diskd" instead of "--enable-storeio=diskd" to
get "ufs" storage type build again because we will otherwise break lots of existing configurations. Problem pointed out by Simon Burge via e-mail.
-rw-r--r--www/squid/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/squid/Makefile b/www/squid/Makefile
index 3f93cffa0e9..b1974b4687b 100644
--- a/www/squid/Makefile
+++ b/www/squid/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.53 2001/11/06 03:05:14 tron Exp $
+# $NetBSD: Makefile,v 1.54 2001/11/06 07:22:13 tron Exp $
DISTNAME= squid-2.4.STABLE2-src
PKGNAME= squid-2.4.2
@@ -33,7 +33,7 @@ SQUID_CONFIGURE_ARGS?= --enable-cachemgr-hostname=localhost \
--enable-ipf-transparent \
--enable-snmp \
--enable-underscores \
- --enable-storeio="diskd"
+ --enable-storeio=ufs,diskd
OPTIONAL_FILES= libexec/diskd libexec/pinger libexec/unlinkd