summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTechnion2018-02-27 10:42:57 +0000
committerTechnion2018-02-27 10:42:57 +0000
commit29ae5b0d8390ca7afa8800fb8d32e2133952f2f7 (patch)
treeec2810d53b5a70510db4f731663a46bb2ffaf6a5
parentb9866c53969474be13106bbbb4949debd5c202c7 (diff)
downloadaur-29ae5b0d8390ca7afa8800fb8d32e2133952f2f7.tar.gz
Add http2 module
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7817bac36af9..a6642bfa8274 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = nginx-libressl
pkgdesc = lightweight HTTP server, statically linked against LibreSSL.
pkgver = 1.12.2
- pkgrel = 1
+ pkgrel = 2
url = http://nginx.org
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 660298d19394..109074e787a2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,7 +14,7 @@ _log_path="/var/log/${_pkgname}"
pkgname=nginx-libressl
pkgver=1.12.2
-pkgrel=1
+pkgrel=2
librever=2.6.4
pkgdesc="lightweight HTTP server, statically linked against LibreSSL."
arch=('i686' 'x86_64')
@@ -75,6 +75,7 @@ build() {
--with-openssl=./libressl-$librever \
--with-threads \
--with-http_ssl_module \
+ --with-http_v2_module \
--with-http_gzip_static_module \
--with-http_realip_module \
--with-file-aio