Browse Source

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 <ansuelsmth@gmail.com>
lilik-openwrt-22.03
Ansuel Smith 6 years ago
parent
commit
4474f91eea
No known key found for this signature in database GPG Key ID: AC001D09ADBFEAD7
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      net/nginx/Makefile

+ 2
- 0
net/nginx/Makefile View File

@ -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) \


Loading…
Cancel
Save