[arch-commits] Commit in nginx-mod-auth-pam/trunk (PKGBUILD)
Bartłomiej Piotrowski
bpiotrowski at archlinux.org
Tue Jul 11 17:56:44 UTC 2017
Date: Tuesday, July 11, 2017 @ 17:56:44
Author: bpiotrowski
Revision: 244342
1.5.1-2: rebuild against nginx 1.12.1
Modified:
nginx-mod-auth-pam/trunk/PKGBUILD
----------+
PKGBUILD | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2017-07-11 17:48:03 UTC (rev 244341)
+++ PKGBUILD 2017-07-11 17:56:44 UTC (rev 244342)
@@ -3,10 +3,10 @@
pkgname=nginx-mod-auth-pam
pkgver=1.5.1
-pkgrel=1
+pkgrel=2
_modname=ngx_http_auth_pam_module
-_nginxver=1.12.0
+_nginxver=1.12.1
pkgdesc='Nginx module to use PAM for simple http authentication'
arch=('i686' 'x86_64')
@@ -20,7 +20,7 @@
$_modname-critlog.patch::https://patch-diff.githubusercontent.com/raw/sto/ngx_http_auth_pam_module/pull/11.patch
)
-sha256sums=('b4222e26fdb620a8d3c3a3a8b955e08b713672e1bc5198d1e4f462308a795b30'
+sha256sums=('8793bf426485a30f91021b6b945a9fd8a84d87d17b566562c3797aba8fac76fb'
'77676842919134af88a7b4bfca4470223e3a00d287d17c0dbdc9a114a685b6e7'
'1a59787672cf9c6768cb77c31f19a870eaf556c7b28c8c22a22cf8a7013b93af')
@@ -31,7 +31,7 @@
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