summaryrefslogtreecommitdiffstats
path: root/main/squid
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2012-06-07 06:18:12 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2012-06-07 06:18:12 +0000
commit0949391ce69b554ae0c1cbd54c488a9b324aa768 (patch)
tree87424300e42e43a6fa31bf7af2a37ca8a695ca31 /main/squid
parent11ebcde32a51b694aa50ab6ec39bc31207ef94d1 (diff)
downloadaports-fcolista-0949391ce69b554ae0c1cbd54c488a9b324aa768.tar.bz2
aports-fcolista-0949391ce69b554ae0c1cbd54c488a9b324aa768.tar.xz
main/squid: increase max number of file descriptors
Diffstat (limited to 'main/squid')
-rw-r--r--main/squid/APKBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/main/squid/APKBUILD b/main/squid/APKBUILD
index 2470d930ec..8622d4e059 100644
--- a/main/squid/APKBUILD
+++ b/main/squid/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=squid
pkgver=3.2.0.17
-pkgrel=1
+pkgrel=2
pkgdesc="A full-featured Web proxy cache server."
url="http://www.squid-cache.org"
install="squid.pre-install squid.pre-upgrade"
@@ -73,7 +73,8 @@ build() {
--enable-arp-acl \
--enable-htcp \
--enable-carp \
- --enable-poll --with-maxfd=4096 \
+ --enable-poll \
+ --with-filedescriptors=16384 \
--enable-follow-x-forwarded-for \
--with-large-files \
--with-default-user=squid \