Massimiliano Torromeo pushed to branch main at Arch Linux / Packaging /
Packages / nginx-mod-headers-more
Commits:
fda5661e by Massimiliano Torromeo at 2024-06-29T10:33:22+02:00
upgpkg: 0.37-4: rebuild with correct ldflags
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = nginx-mod-headers-more
pkgdesc = Nginx module to set and clear input and output headers
pkgver = 0.37
- pkgrel = 3
+ pkgrel = 4
url = https://github.com/openresty/headers-more-nginx-module
arch = x86_64
license = BSD-2-Clause
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
pkgname=nginx-mod-headers-more
pkgver=0.37
-pkgrel=3
+pkgrel=4
_modname="${pkgname#nginx-mod-}"
@@ -27,6 +27,7 @@ prepare() {
build() {
cd build
/usr/src/nginx/configure \
+ --with-ld-opt="$LDFLAGS" \
--with-compat \
--add-dynamic-module=../$_modname-nginx-module-$pkgver
make modules
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/nginx-mod-headers-more/-/commit/fda5661e0936f83a6f1bd5eca15a3c5f7b6d62ad
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/nginx-mod-headers-more/-/commit/fda5661e0936f83a6f1bd5eca15a3c5f7b6d62ad
You're receiving this email because of your account on gitlab.archlinux.org.