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

Bartłomiej Piotrowski bpiotrowski at archlinux.org
Fri Nov 18 20:20:44 UTC 2016


    Date: Friday, November 18, 2016 @ 20:20:43
  Author: bpiotrowski
Revision: 281214

Move IPv6 flag to _stable_flags

Modified:
  nginx/trunk/PKGBUILD

----------+
 PKGBUILD |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-11-18 20:16:33 UTC (rev 281213)
+++ PKGBUILD	2016-11-18 20:20:43 UTC (rev 281214)
@@ -35,7 +35,6 @@
          '83ffd315fed235b8fff40a7cfa23a16d')
 
 _common_flags=(
-  --with-ipv6
   --with-pcre-jit
   --with-file-aio
   --with-http_addition_module
@@ -62,6 +61,7 @@
 )
 
 _stable_flags=(
+  --with-ipv6
 )
 
 build() {



More information about the arch-commits mailing list