mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
tor: add missing zlib dependency
Signed-off-by: Felix Fietkau <nbd@nbd.name>
This commit is contained in:
+1
-1
@@ -40,7 +40,7 @@ endef
|
|||||||
define Package/tor
|
define Package/tor
|
||||||
$(call Package/tor/Default)
|
$(call Package/tor/Default)
|
||||||
TITLE:=An anonymous Internet communication system
|
TITLE:=An anonymous Internet communication system
|
||||||
DEPENDS:=+libevent2 +libopenssl +libpthread +librt
|
DEPENDS:=+libevent2 +libopenssl +libpthread +librt +zlib
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/tor/description
|
define Package/tor/description
|
||||||
|
|||||||
Reference in New Issue
Block a user