mirror of
https://github.com/openwrt/packages.git
synced 2026-01-10 11:44:48 +00:00
tor: add missing zlib dependency
Signed-off-by: Felix Fietkau <nbd@nbd.name>
This commit is contained in:
committed by
Zoltan HERPAI
parent
37b5a5761e
commit
e02b4a7793
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user