Skip to content
Snippets Groups Projects
Unverified Commit d02d7712 authored by Massimiliano Torromeo's avatar Massimiliano Torromeo
Browse files

upgpkg: 3.4-6: rebuild with correct ldflags

parent 5bc78c75
No related branches found
Tags 3.4-6
No related merge requests found
pkgbase = nginx-mod-geoip2
pkgdesc = Nginx GeoIP2 module
pkgver = 3.4
pkgrel = 5
pkgrel = 6
url = https://github.com/leev/ngx_http_geoip2_module
arch = x86_64
license = BSD-2-Clause
......
......@@ -2,7 +2,7 @@
pkgname=nginx-mod-geoip2
pkgver=3.4
pkgrel=5
pkgrel=6
_modname="ngx_http_geoip2_module"
......@@ -28,7 +28,10 @@ prepare() {
build() {
cd build
/usr/src/nginx/configure --with-compat --add-dynamic-module=../$_modname-$pkgver
/usr/src/nginx/configure \
--with-ld-opt="$LDFLAGS" \
--with-compat \
--add-dynamic-module=../$_modname-$pkgver
make modules
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment