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

Bartłomiej Piotrowski bpiotrowski at archlinux.org
Tue Jul 11 17:57:35 UTC 2017


    Date: Tuesday, July 11, 2017 @ 17:57:34
  Author: bpiotrowski
Revision: 244350

0.32-2: rebuild against nginx 1.12.1

Modified:
  nginx-mod-headers-more/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-07-11 17:57:31 UTC (rev 244349)
+++ PKGBUILD	2017-07-11 17:57:34 UTC (rev 244350)
@@ -3,10 +3,10 @@
 
 pkgname=nginx-mod-headers-more
 pkgver=0.32
-pkgrel=1
+pkgrel=2
 
 _modname="${pkgname#nginx-mod-}"
-_nginxver=1.12.0
+_nginxver=1.12.1
 
 pkgdesc="Nginx module to set and clear input and output headers"
 arch=('i686' 'x86_64')
@@ -19,12 +19,12 @@
 	https://github.com/openresty/$_modname-nginx-module/archive/v$pkgver/$_modname-$pkgver.tar.gz
 )
 
-sha256sums=('b4222e26fdb620a8d3c3a3a8b955e08b713672e1bc5198d1e4f462308a795b30'
+sha256sums=('8793bf426485a30f91021b6b945a9fd8a84d87d17b566562c3797aba8fac76fb'
             'c6d9dab8ea1fc997031007e2e8f47cced01417e203cd88d53a9fe9f6ae138720')
 
 build() {
 	cd "$srcdir"/nginx-$_nginxver
-	./configure $(nginx -V 2>&1 | grep 'configure arguments' | sed -r 's@^[^:]+: @@') --add-dynamic-module=../$_modname-nginx-module-$pkgver
+	./configure --with-compat --add-dynamic-module=../$_modname-nginx-module-$pkgver
 	make modules
 }
 



More information about the arch-commits mailing list