Browse Source

Merge pull request #6485 from Ansuel/nginxfix

nginx: make virtual package provide nginx
lilik-openwrt-22.03
Hannu Nyman 6 years ago
committed by GitHub
parent
commit
3e7c95498a
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
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