From: Felix Fietkau Date: Sun, 24 Jul 2016 12:52:50 +0000 (+0200) Subject: stunnel: add missing zlib dependency X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=0aa77e80f9c0c4b1ea27122d2d594f9b0b56b826;p=openwrt-packages.git stunnel: add missing zlib dependency Signed-off-by: Felix Fietkau --- diff --git a/net/stunnel/Makefile b/net/stunnel/Makefile index 58a6bbea6..671ee511b 100644 --- a/net/stunnel/Makefile +++ b/net/stunnel/Makefile @@ -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