From: Ansuel Smith Date: Sun, 15 Jul 2018 21:18:11 +0000 (+0200) Subject: nginx: make virtual package provide nginx X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=4474f91eea707d1a4048ea9a316ce5a178f03042;p=openwrt-packages.git nginx: make virtual package provide nginx Some package needs nginx as dependency this permit to use nginx-ssl and nginx-all-module as dep for them. Signed-off-by: Ansuel Smith --- diff --git a/net/nginx/Makefile b/net/nginx/Makefile index 86588b240..7a74291ec 100644 --- a/net/nginx/Makefile +++ b/net/nginx/Makefile @@ -97,6 +97,7 @@ define Package/nginx-ssl TITLE += with SSL support DEPENDS +=+libopenssl VARIANT:=ssl + PROVIDES:=nginx endef Package/nginx-ssl/description = $(Package/nginx/description) \ @@ -108,6 +109,7 @@ define Package/nginx-all-module TITLE += with ALL module selected DEPENDS:=+libpcre +libopenssl +zlib +liblua +libpthread VARIANT:=all-module + PROVIDES:=nginx endef Package/nginx-all-module/description = $(Package/nginx/description) \