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

Sébastien Luttringer seblu at archlinux.org
Sun May 1 01:01:01 UTC 2016


    Date: Sunday, May 1, 2016 @ 03:01:01
  Author: seblu
Revision: 266698

Sync flags with nginx

Modified:
  nginx-mainline/trunk/PKGBUILD

----------+
 PKGBUILD |    7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-05-01 00:55:57 UTC (rev 266697)
+++ PKGBUILD	2016-05-01 01:01:01 UTC (rev 266698)
@@ -49,9 +49,6 @@
   --with-http_ssl_module
   --with-http_stub_status_module
   --with-http_sub_module
-)
-
-_mainline_flags=(
   --with-http_v2_module
   --with-mail
   --with-mail_ssl_module
@@ -60,6 +57,9 @@
   --with-threads
 )
 
+_mainline_flags=(
+)
+
 build() {
   cd $provides-$pkgver
   ./configure \
@@ -116,7 +116,6 @@
     install -Dm644 contrib/vim/${i}/nginx.vim \
       "${pkgdir}/usr/share/vim/vimfiles/${i}/nginx.vim"
   done
-
 }
 
 # vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list