diff options
author | tron <tron@pkgsrc.org> | 2001-11-06 07:22:13 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2001-11-06 07:22:13 +0000 |
commit | dd013767dddc20e5b5f344ee136a47982f81a264 (patch) | |
tree | 78b6a262f99855502c59d926b568046a2330f0b9 /www/squid/Makefile | |
parent | 8b7b017497778a53a360e5952f07b4db6531f4ac (diff) | |
download | pkgsrc-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.
Diffstat (limited to 'www/squid/Makefile')
-rw-r--r-- | www/squid/Makefile | 4 |
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 |