[arch-commits] Commit in nginx/trunk (PKGBUILD)

Bartłomiej Piotrowski bpiotrowski at archlinux.org
Fri Apr 1 10:46:32 UTC 2016


    Date: Friday, April 1, 2016 @ 12:46:32
  Author: bpiotrowski
Revision: 263718

Sync configure flag changes

Modified:
  nginx/trunk/PKGBUILD

----------+
 PKGBUILD |   38 +++++++++++++++++++-------------------
 1 file changed, 19 insertions(+), 19 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-04-01 10:42:38 UTC (rev 263717)
+++ PKGBUILD	2016-04-01 10:46:32 UTC (rev 263718)
@@ -32,29 +32,29 @@
          '19a26a61c8afe78defb8b4544f79a9a0')
 
 _common_flags=(
-  --with-imap 
-  --with-imap_ssl_module 
-  --with-ipv6 
-  --with-pcre-jit 
-  --with-file-aio 
-  --with-http_addition_module 
-  --with-http_auth_request_module 
-  --with-http_dav_module 
-  --with-http_degradation_module 
-  --with-http_flv_module 
-  --with-http_geoip_module 
-  --with-http_gunzip_module 
-  --with-http_gzip_static_module 
-  --with-http_mp4_module 
-  --with-http_realip_module 
-  --with-http_secure_link_module 
-  --with-http_ssl_module 
-  --with-http_stub_status_module 
-  --with-http_sub_module 
+  --with-ipv6
+  --with-pcre-jit
+  --with-file-aio
+  --with-http_addition_module
+  --with-http_auth_request_module
+  --with-http_dav_module
+  --with-http_degradation_module
+  --with-http_flv_module
+  --with-http_geoip_module
+  --with-http_gunzip_module
+  --with-http_gzip_static_module
+  --with-http_mp4_module
+  --with-http_realip_module
+  --with-http_secure_link_module
+  --with-http_ssl_module
+  --with-http_stub_status_module
+  --with-http_sub_module
 )
 
 _stable_flags=(
   --with-http_spdy_module
+  --with-imap
+  --with-imap_ssl_module
 )
 
 build() {



More information about the arch-commits mailing list