Massimiliano Torromeo pushed to branch main at Arch Linux / Packaging / 
Packages / nginx-mod-cache_purge


Commits:
c523175c by Massimiliano Torromeo at 2024-06-29T10:47:22+02:00
upgpkg: 2.5.3-5: rebuild with correct ldflags

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = nginx-mod-cache_purge
        pkgdesc = Nginx module with ability to purge content from FastCGI, 
proxy, SCGI and uWSGI caches
        pkgver = 2.5.3
-       pkgrel = 4
+       pkgrel = 5
        url = https://github.com/nginx-modules/ngx_cache_purge
        arch = x86_64
        license = BSD-2-Clause


=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
 
 pkgname=nginx-mod-cache_purge
 pkgver=2.5.3
-pkgrel=4
+pkgrel=5
 
 _modname="${pkgname#nginx-mod-}"
 
@@ -31,7 +31,10 @@ prepare() {
 
 build() {
        cd build
-       /usr/src/nginx/configure --with-compat 
--add-dynamic-module=../ngx_cache_purge-$pkgver
+       /usr/src/nginx/configure \
+               --with-ld-opt="$LDFLAGS" \
+               --with-compat \
+               --add-dynamic-module=../ngx_cache_purge-$pkgver
        make modules
 }
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/nginx-mod-cache_purge/-/commit/c523175c2f452d0eb5298ff2c3893041d197d17f

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/nginx-mod-cache_purge/-/commit/c523175c2f452d0eb5298ff2c3893041d197d17f
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to