From: Christian Marangi Date: Wed, 23 Oct 2024 16:42:47 +0000 (+0200) Subject: nginx: drop extra dependency <2 for nginx-util X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=9c563d536c2ef66bf5acfa09fc6b75716c99bde3;p=openwrt-packages.git 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 --- diff --git a/net/nginx/Makefile b/net/nginx/Makefile index 52e7f6b5a..f82bbbf2a 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