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

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


    Date: Tuesday, July 11, 2017 @ 17:58:33
  Author: bpiotrowski
Revision: 244360

0.1.10-2: rebuild against nginx 1.12.1

Modified:
  nginx-mod-njs/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-07-11 17:58:30 UTC (rev 244359)
+++ PKGBUILD	2017-07-11 17:58:33 UTC (rev 244360)
@@ -3,10 +3,10 @@
 
 pkgname=nginx-mod-njs
 pkgver=0.1.10 # http://hg.nginx.org/njs/tags
-pkgrel=1
+pkgrel=2
 
 _modname="${pkgname#nginx-mod-}"
-_nginxver=1.12.0
+_nginxver=1.12.1
 
 pkgdesc='nginScript module for nginx'
 arch=('i686' 'x86_64')
@@ -19,12 +19,12 @@
 	njs-$pkgver.tar.gz::http://hg.nginx.org/njs/archive/$pkgver.tar.gz
 )
 
-sha256sums=('b4222e26fdb620a8d3c3a3a8b955e08b713672e1bc5198d1e4f462308a795b30'
+sha256sums=('8793bf426485a30f91021b6b945a9fd8a84d87d17b566562c3797aba8fac76fb'
             '17658ef9efa127f13b4d2541a69ddb4359267c63a11c19beda1d3220d4a2fe0d')
 
 build() {
 	cd "$srcdir"/nginx-$_nginxver
-	./configure $(nginx -V 2>&1 | grep 'configure arguments' | sed -r 's@^[^:]+: @@') --add-dynamic-module=../njs-$pkgver/nginx
+	./configure --with-compat --add-dynamic-module=../njs-$pkgver/nginx
 	make modules
 }
 



More information about the arch-commits mailing list