tor: add missing zlib dependency
authorFelix Fietkau <nbd@nbd.name>
Sun, 24 Jul 2016 12:55:45 +0000 (14:55 +0200)
committerFelix Fietkau <nbd@nbd.name>
Sun, 24 Jul 2016 12:55:45 +0000 (14:55 +0200)
Signed-off-by: Felix Fietkau <nbd@nbd.name>
net/tor/Makefile

index d77c80fcff4d7907ad992bd28b490ca04c21948d..1c685d3ba41de990b1769c32ef4b447954b1e8f2 100644 (file)
@@ -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