summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDaichi Shinozaki2015-12-30 00:30:21 +0000
committerDaichi Shinozaki2015-12-30 00:30:21 +0000
commit8d9390a13cf5e901520555809062c7e6f893037e (patch)
tree7bb279946aa441f7907a554204f9bb60389e835b /PKGBUILD
parentac8592e150b54a0e84854f6930ea83d5289b9656 (diff)
downloadaur-8d9390a13cf5e901520555809062c7e6f893037e.tar.gz
added a http/2 compile option
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 14cc5aaf5dcb..762fdcf87cf0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ _tmpdir=/var/lib/openresty
pkgname=openresty
_pkgname=ngx_openresty
pkgver=1.9.7.1
-pkgrel=1
+pkgrel=2
pkgdesc="a powerful web app server by extending nginx"
arch=('i686' 'x86_64')
url="http://openresty.org/"
@@ -51,6 +51,7 @@ build() {
--with-ipv6 \
--with-luajit \
--with-pcre-jit \
+ --with-http_v2_module \
# --without-http_echo_module \ # disable ngx_http_echo_module
# --without-http_xss_module \ # disable ngx_http_xss_module
# --without-http_coolkit_module \ # disable ngx_http_coolkit_module