projects
/
oweals
/
luci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e064e5b
)
luci-ssl-nginx: fix dependencies
2285/head
author
Deng Qingfang
<dengqf6@mail2.sysu.edu.cn>
Wed, 14 Nov 2018 15:47:17 +0000
(23:47 +0800)
committer
dengqf6
<dengqf6@mail2.sysu.edu.cn>
Wed, 14 Nov 2018 15:52:53 +0000
(23:52 +0800)
Remove libustream-openssl because Nginx doesn't depend on it.
Signed-off-by: Deng Qingfang <dengqf6@mail2.sysu.edu.cn>
collections/luci-ssl-nginx/Makefile
patch
|
blob
|
history
diff --git
a/collections/luci-ssl-nginx/Makefile
b/collections/luci-ssl-nginx/Makefile
index 549c44af11d2680bd104442ad12823aa4ab6ca5b..facae6dbac9481e14a0f3092bf3168224fca5f65 100644
(file)
--- a/
collections/luci-ssl-nginx/Makefile
+++ b/
collections/luci-ssl-nginx/Makefile
@@
-16,7
+16,7
@@
LUCI_DESCRIPTION:=LuCI with OpenSSL as the SSL backend (libustream-openssl). \
LUCI_DEPENDS:= \
+nginx-ssl +nginx-mod-luci-ssl +luci-mod-admin-full +luci-theme-bootstrap \
+luci-app-firewall +luci-proto-ppp +libiwinfo-lua +IPV6:luci-proto-ipv6 \
- +rpcd-mod-rrdns +
libustream-openssl +
openssl-util
+ +rpcd-mod-rrdns +openssl-util
PKG_LICENSE:=Apache-2.0