summaryrefslogtreecommitdiff
path: root/community/squid
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-04-09 00:05:27 -0700
committerroot <root@rshg054.dnsready.net>2013-04-09 00:05:27 -0700
commit987f836820eae061f40608b4ee1b6a14ecced3cc (patch)
treed28e524877b41fb49ccb7b2f99b36db2f9c90e89 /community/squid
parentce26b1905ac40cd9389e1c9f364a2ccd8f4ec13c (diff)
Tue Apr 9 00:05:27 PDT 2013
Diffstat (limited to 'community/squid')
-rw-r--r--community/squid/PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/community/squid/PKGBUILD b/community/squid/PKGBUILD
index 5a3095468..aab157d21 100644
--- a/community/squid/PKGBUILD
+++ b/community/squid/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 86021 2013-03-11 10:38:45Z spupykin $
+# $Id: PKGBUILD 87868 2013-04-08 10:05:32Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: Mark Coolen <mark.coolen@gmail.com>
# Contributor: Tom Newsom <Jeepster@gmx.co.uk>
@@ -6,7 +6,7 @@
pkgname=squid
pkgver=3.3.2
-pkgrel=1
+pkgrel=2
pkgdesc='Full-featured Web proxy cache server'
arch=('x86_64' 'i686')
url='http://www.squid-cache.org'
@@ -76,7 +76,8 @@ build() {
--enable-arp-acl \
--with-default-user=proxy \
--enable-async-io \
- --enable-truncate
+ --enable-truncate \
+ --enable-icap-client
make
}