Massimiliano Torromeo pushed to branch main at Arch Linux / Packaging /
Packages / nginx-mod-vts
Commits:
7761a34a by Massimiliano Torromeo at 2024-06-29T10:51:24+02:00
upgpkg: 0.2.2-4: rebuild with correct ldflags
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = nginx-mod-vts
pkgdesc = Nginx virtual host traffic status module
pkgver = 0.2.2
- pkgrel = 3
+ pkgrel = 4
url = https://github.com/vozlt/nginx-module-vts
arch = x86_64
license = BSD-2-Clause
=====================================
PKGBUILD
=====================================
@@ -4,7 +4,7 @@
_modname="nginx-module-vts"
pkgname=nginx-mod-vts
pkgver=0.2.2
-pkgrel=3
+pkgrel=4
pkgdesc="Nginx virtual host traffic status module"
arch=('x86_64')
makedepends=('nginx' 'nginx-src')
@@ -17,7 +17,7 @@ build() {
cp -r /usr/src/nginx .
cd nginx
- ./configure --with-compat --add-dynamic-module=../$_modname-$pkgver
+ ./configure --with-ld-opt="$LDFLAGS" --with-compat
--add-dynamic-module=../$_modname-$pkgver
make modules
}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/nginx-mod-vts/-/commit/7761a34a9261cf2a0d09042a7232ccb9b73b6e5e
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/nginx-mod-vts/-/commit/7761a34a9261cf2a0d09042a7232ccb9b73b6e5e
You're receiving this email because of your account on gitlab.archlinux.org.