[arch-commits] Commit in nginx-mod-passenger/trunk (PKGBUILD)
Bartłomiej Piotrowski
bpiotrowski at archlinux.org
Tue Jul 11 17:58:54 UTC 2017
Date: Tuesday, July 11, 2017 @ 17:58:53
Author: bpiotrowski
Revision: 244362
5.1.5-2: rebuild against nginx 1.12.1
Modified:
nginx-mod-passenger/trunk/PKGBUILD
----------+
PKGBUILD | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2017-07-11 17:58:48 UTC (rev 244361)
+++ PKGBUILD 2017-07-11 17:58:53 UTC (rev 244362)
@@ -3,10 +3,10 @@
pkgname=nginx-mod-passenger
pkgver=5.1.5
-pkgrel=1
+pkgrel=2
_modname="${pkgname#nginx-mod-}"
-_nginxver=1.12.0
+_nginxver=1.12.1
pkgdesc="Fast and robust web server and application server for Ruby, Python and Node.js"
arch=('i686' 'x86_64')
@@ -19,12 +19,12 @@
https://github.com/phusion/passenger/archive/release-$pkgver/$_modname-$pkgver.tar.gz
)
-sha256sums=('b4222e26fdb620a8d3c3a3a8b955e08b713672e1bc5198d1e4f462308a795b30'
+sha256sums=('8793bf426485a30f91021b6b945a9fd8a84d87d17b566562c3797aba8fac76fb'
'c422dbb13f059a8f13516bc04a3e497d22550397eabb2d529b6d66be9e1cd622')
build() {
cd "$srcdir"/nginx-$_nginxver
- ./configure $(nginx -V 2>&1 | grep 'configure arguments' | sed -r 's@^[^:]+: @@') --add-dynamic-module=../$_modname-release-$pkgver/src/nginx_module
+ ./configure --with-compat --add-dynamic-module=../$_modname-release-$pkgver/src/nginx_module
make modules
}
More information about the arch-commits
mailing list