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

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


    Date: Tuesday, July 11, 2017 @ 17:57:23
  Author: bpiotrowski
Revision: 244348

2.0-2: rebuild against nginx 1.12.1

Modified:
  nginx-mod-geoip2/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-07-11 17:57:20 UTC (rev 244347)
+++ PKGBUILD	2017-07-11 17:57:23 UTC (rev 244348)
@@ -3,10 +3,10 @@
 
 pkgname=nginx-mod-geoip2
 pkgver=2.0
-pkgrel=1
+pkgrel=2
 
 _modname="ngx_http_geoip2_module"
-_nginxver=1.12.0
+_nginxver=1.12.1
 
 pkgdesc="Nginx GeoIP2 module"
 arch=('i686' 'x86_64')
@@ -19,12 +19,12 @@
 	https://github.com/leev/ngx_http_geoip2_module/archive/$pkgver/$_modname-$pkgver.tar.gz
 )
 
-sha256sums=('b4222e26fdb620a8d3c3a3a8b955e08b713672e1bc5198d1e4f462308a795b30'
+sha256sums=('8793bf426485a30f91021b6b945a9fd8a84d87d17b566562c3797aba8fac76fb'
             'ebb4652c4f9a2e1ee31fddefc4c93ff78e651a4b2727d3453d026bccbd708d99')
 
 build() {
 	cd "$srcdir"/nginx-$_nginxver
-	./configure $(nginx -V 2>&1 | grep 'configure arguments' | sed -r 's@^[^:]+: @@') --add-dynamic-module=../$_modname-$pkgver
+	./configure --with-compat --add-dynamic-module=../$_modname-$pkgver
 	make modules
 }
 



More information about the arch-commits mailing list