From 84aa49747b55eced81852bb5f5888c0ff9817b9c Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Sun, 24 Jul 2016 14:55:45 +0200 Subject: [PATCH] tor: add missing zlib dependency Signed-off-by: Felix Fietkau --- net/tor/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/tor/Makefile b/net/tor/Makefile index d77c80fcff..1c685d3ba4 100644 --- a/net/tor/Makefile +++ b/net/tor/Makefile @@ -40,7 +40,7 @@ endef define Package/tor $(call Package/tor/Default) TITLE:=An anonymous Internet communication system - DEPENDS:=+libevent2 +libopenssl +libpthread +librt + DEPENDS:=+libevent2 +libopenssl +libpthread +librt +zlib endef define Package/tor/description