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:
@@ -27,7 +27,7 @@ include $(INCLUDE_DIR)/package.mk
|
||||
define Package/stunnel
|
||||
SECTION:=net
|
||||
CATEGORY:=Network
|
||||
DEPENDS:=+libopenssl
|
||||
DEPENDS:=+libopenssl +zlib
|
||||
TITLE:=SSL TCP Wrapper
|
||||
URL:=http://www.stunnel.org/
|
||||
endef
|
||||
|
||||
Reference in New Issue
Block a user