diff options
Diffstat (limited to 'main/squid')
-rw-r--r-- | main/squid/APKBUILD | 5 |
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 \ |