From b6fdc1f02469b8f790fd74c9e4cc40700de6aff9 Mon Sep 17 00:00:00 2001 From: psykose Date: Sun, 15 May 2022 04:32:07 +0000 Subject: [PATCH] nginx-current: link magic --- nginx-current/APKBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/nginx-current/APKBUILD b/nginx-current/APKBUILD index e3f4a1d..7f34df1 100644 --- a/nginx-current/APKBUILD +++ b/nginx-current/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: psykose pkgname=nginx-current pkgver=1.21.6 -pkgrel=2 +pkgrel=3 pkgdesc="HTTP and reverse proxy server (current version)" url="https://www.nginx.org/" arch="all" @@ -149,6 +149,7 @@ build() { --group=$_grp_ngx \ --with-threads \ --with-file-aio \ + --with-ld-opt="-lmagic" \ \ --with-http_ssl_module \ --with-http_v2_module \