From efcad2ff9de711314767812dd78155091a3b3604 Mon Sep 17 00:00:00 2001 From: Martchus Date: Mon, 25 Jul 2016 01:29:45 +0200 Subject: [PATCH] Fix nginx configure flags --- nginx/custom/PKGBUILD | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/nginx/custom/PKGBUILD b/nginx/custom/PKGBUILD index 19bb6273..d817fe85 100644 --- a/nginx/custom/PKGBUILD +++ b/nginx/custom/PKGBUILD @@ -42,7 +42,7 @@ _accesskey_dirname="ngx_accesskey" pkgname=nginx-custom pkgver=1.10.1 -pkgrel=1 +pkgrel=2 pkgdesc="Lightweight HTTP server and IMAP/POP3 proxy server (with standard, additional and 3rd party modules)" arch=('i686' 'x86_64') @@ -152,8 +152,6 @@ build() { --with-stream_ssl_module \ --with-threads \ --add-module=../${_naxsi_dirname}/naxsi_src/ \ - --with-imap \ - --with-imap_ssl_module \ --with-http_ssl_module \ --with-http_stub_status_module \ --with-http_dav_module \ @@ -164,6 +162,12 @@ build() { --with-http_xslt_module \ --with-http_image_filter_module \ --with-http_sub_module \ + --with-http_v2_module \ + --with-mail \ + --with-mail_ssl_module \ + --with-stream \ + --with-stream_ssl_module \ + --with-threads \ --with-http_flv_module \ --with-http_mp4_module \ --with-http_random_index_module \ @@ -171,7 +175,6 @@ build() { --with-http_perl_module \ --with-http_degradation_module \ --with-http_geoip_module \ - --with-http_v2_module \ --with-http_gunzip_module \ --with-http_auth_request_module \ --add-module=../${_cachepurge_dirname} \