summaryrefslogtreecommitdiff
path: root/community/squid/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/squid/PKGBUILD')
-rw-r--r--community/squid/PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/community/squid/PKGBUILD b/community/squid/PKGBUILD
index febc414d7..b624edbae 100644
--- a/community/squid/PKGBUILD
+++ b/community/squid/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 97531 2013-09-23 16:17:02Z spupykin $
+# $Id: PKGBUILD 99520 2013-10-29 10:35:25Z 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.9
-pkgrel=1
+pkgrel=2
pkgdesc='Full-featured Web proxy cache server'
arch=('x86_64' 'i686')
url='http://www.squid-cache.org'
@@ -87,7 +87,8 @@ build() {
--with-default-user=proxy \
--enable-async-io \
--enable-truncate \
- --enable-icap-client
+ --enable-icap-client \
+ --enable-ssl-crtd
make
}