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 \