Fix nginx configure flags

This commit is contained in:
Martchus 2016-07-25 01:29:45 +02:00
parent 8ec5c9b98d
commit efcad2ff9d
1 changed files with 7 additions and 4 deletions

View File

@ -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} \