aboutsummaryrefslogtreecommitdiffstats
path: root/main/nginx/APKBUILD
diff options
context:
space:
mode:
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 bdce6d797f..ec0a2631fd 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