summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorfiregore2017-05-06 11:58:43 +0200
committerfiregore2017-05-06 11:58:43 +0200
commitb11b6de0c3ea208d4fc9a7c4eeec5f17bd269806 (patch)
treea69aa0a3e0c1c5fe0171b403d6e014bb91f3ffe1 /PKGBUILD
parente4e9c94c9a4a12befbff8789945b4401392d3c89 (diff)
downloadaur-b11b6de0c3ea208d4fc9a7c4eeec5f17bd269806.tar.gz
Added --with-compat for Dynamic Modules
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 89b3b2627d8a..ba97d58988a7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ _pkgname=nginx
provides=('nginx')
conflicts=('nginx')
pkgver=1.13.0
-pkgrel=1
+pkgrel=2
pkgdesc='Lightweight HTTP1/2 server, mainline, with Naxsi, Certificate
Transparency and GeoIP (GeoIP Legacy) Support.'
arch=('i686' 'x86_64')
@@ -69,6 +69,7 @@ build() {
--with-stream \
--with-stream_ssl_module \
--with-threads \
+ --with-compat \
--add-module=../naxsi/naxsi_src \
--add-module=../headers-more-nginx-module \
--add-module=../nginx-ct