mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
stunnel: add missing zlib dependency
Signed-off-by: Felix Fietkau <nbd@nbd.name>
This commit is contained in:
committed by
Zoltan HERPAI
parent
c544adacd4
commit
1c9d3861d8
@@ -27,7 +27,7 @@ include $(INCLUDE_DIR)/package.mk
|
|||||||
define Package/stunnel
|
define Package/stunnel
|
||||||
SECTION:=net
|
SECTION:=net
|
||||||
CATEGORY:=Network
|
CATEGORY:=Network
|
||||||
DEPENDS:=+libopenssl
|
DEPENDS:=+libopenssl +zlib
|
||||||
TITLE:=SSL TCP Wrapper
|
TITLE:=SSL TCP Wrapper
|
||||||
URL:=http://www.stunnel.org/
|
URL:=http://www.stunnel.org/
|
||||||
endef
|
endef
|
||||||
|
|||||||
Reference in New Issue
Block a user