Massimiliano Torromeo pushed to branch main at Arch Linux / Packaging /
Packages / nginx-mod-redis
Commits:
eb1e99ea by Massimiliano Torromeo at 2024-06-29T10:44:24+02:00
upgpkg: 0.3.9-15: rebuild with correct ldflags
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = nginx-mod-redis
pkgdesc = Nginx module for redis caching
pkgver = 0.3.9
- pkgrel = 14
+ pkgrel = 15
url = https://www.nginx.com/resources/wiki/modules/redis/
arch = x86_64
license = BSD-2-Clause
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
pkgname=nginx-mod-redis
pkgver=0.3.9
-pkgrel=14
+pkgrel=15
_modname="${pkgname#nginx-mod-}"
@@ -33,6 +33,7 @@ prepare() {
build() {
cd build
/usr/src/nginx/configure \
+ --with-ld-opt="$LDFLAGS" \
--with-compat \
--add-dynamic-module=../ngx_http_redis-$pkgver
make modules
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/nginx-mod-redis/-/commit/eb1e99ea51809066cae73a99ff3b786b7215dde8
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/nginx-mod-redis/-/commit/eb1e99ea51809066cae73a99ff3b786b7215dde8
You're receiving this email because of your account on gitlab.archlinux.org.