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

Sébastien Luttringer seblu at archlinux.org
Sun May 1 00:54:04 UTC 2016


    Date: Sunday, May 1, 2016 @ 02:54:04
  Author: seblu
Revision: 266696

upgpkg: nginx 1.10.0-2

- sync flags with nginx-mainline

Modified:
  nginx/trunk/PKGBUILD

----------+
 PKGBUILD |   13 +++++++++----
 1 file changed, 9 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-04-30 22:41:24 UTC (rev 266695)
+++ PKGBUILD	2016-05-01 00:54:04 UTC (rev 266696)
@@ -7,7 +7,7 @@
 
 pkgname=nginx
 pkgver=1.10.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Lightweight HTTP server and IMAP/POP3 proxy server'
 arch=('i686' 'x86_64')
 url='http://nginx.org'
@@ -49,12 +49,15 @@
   --with-http_ssl_module
   --with-http_stub_status_module
   --with-http_sub_module
+  --with-http_v2_module
+  --with-mail
+  --with-mail_ssl_module
+  --with-stream
+  --with-stream_ssl_module
+  --with-threads
 )
 
 _stable_flags=(
-  --with-http_v2_module
-  --with-imap
-  --with-imap_ssl_module
 )
 
 build() {
@@ -115,3 +118,5 @@
       "${pkgdir}/usr/share/vim/vimfiles/${i}/nginx.vim"
   done
 }
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list