Browse Source

stunnel: add missing zlib dependency

Signed-off-by: Felix Fietkau <nbd@nbd.name>
lilik-openwrt-22.03
Felix Fietkau 8 years ago
parent
commit
0aa77e80f9
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      net/stunnel/Makefile

+ 1
- 1
net/stunnel/Makefile View File

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


Loading…
Cancel
Save