tor: add missing zlib dependency
Signed-off-by: Felix Fietkau <nbd@nbd.name>
This commit is contained in:
parent
37b5a5761e
commit
e02b4a7793
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue