summaryrefslogtreecommitdiffstats
path: root/main/nginx/APKBUILD
diff options
context:
space:
mode:
authorBartłomiej Piotrowski <b@bpiotrowski.pl>2013-05-06 16:42:54 +0200
committerBartłomiej Piotrowski <b@bpiotrowski.pl>2013-05-06 16:43:04 +0200
commit275e4c3b9d30398088c7841820e2246a2bddd50d (patch)
tree52bd5b6f84494b7301a7d773dd7986826a2973c1 /main/nginx/APKBUILD
parent15dad9c1ed76ddff50f514f98973ed7c88f6b41c (diff)
main/nginx: enable SPDY
Diffstat (limited to 'main/nginx/APKBUILD')
-rw-r--r--main/nginx/APKBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/main/nginx/APKBUILD b/main/nginx/APKBUILD
index bdce6d797f8..ec0a2631fd1 100644
--- a/main/nginx/APKBUILD
+++ b/main/nginx/APKBUILD
@@ -4,7 +4,7 @@
pkgname=nginx
pkgver=1.4.0
-pkgrel=0
+pkgrel=1
pkgdesc="lightweight HTTP and reverse proxy server"
url="http://www.nginx.org"
arch="all"
@@ -39,6 +39,7 @@ build() {
--with-ipv6 --with-pcre-jit \
--with-http_ssl_module \
--with-http_gzip_static_module \
+ --with-http_spdy_module \
--with-mail --with-mail_ssl_module \
|| return 1
make || return 1