From 9c563d536c2ef66bf5acfa09fc6b75716c99bde3 Mon Sep 17 00:00:00 2001 From: Christian Marangi Date: Wed, 23 Oct 2024 18:42:47 +0200 Subject: [PATCH] nginx: drop extra dependency <2 for nginx-util Drop extra dependency <2 for nginx-util. The reason is not clear and cause problems with APK package creation. Signed-off-by: Christian Marangi --- net/nginx/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net/nginx/Makefile b/net/nginx/Makefile index 52e7f6b5ad..f82bbbf2a6 100644 --- a/net/nginx/Makefile +++ b/net/nginx/Makefile @@ -117,7 +117,7 @@ define Package/nginx-ssl DEPENDS+= +NGINX_PCRE:libpcre2 \ +NGINX_PCRE:nginx-ssl-util +!NGINX_PCRE:nginx-ssl-util-nopcre \ +NGINX_HTTP_GZIP:zlib +NGINX_DAV:libxml2 - EXTRA_DEPENDS:=nginx-ssl-util$(if $(CONFIG_NGINX_PCRE),,-nopcre) (>=1.5-1) (<2) + EXTRA_DEPENDS:=nginx-ssl-util$(if $(CONFIG_NGINX_PCRE),,-nopcre) (>=1.5-1) CONFLICTS:=nginx-full endef @@ -165,7 +165,7 @@ define Package/nginx-full $(Package/nginx/default) TITLE += with ALL config selected DEPENDS+=+libpcre2 +nginx-ssl-util +zlib +libxml2 - EXTRA_DEPENDS:=nginx-ssl-util (>=1.5-1) (<2) + EXTRA_DEPENDS:=nginx-ssl-util (>=1.5-1) VARIANT:=full PROVIDES += nginx-ssl endef -- 2.30.2