Browse Source

tor: add missing zlib dependency

Signed-off-by: Felix Fietkau <nbd@nbd.name>
lilik-openwrt-22.03
Felix Fietkau 8 years ago
parent
commit
84aa49747b
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      net/tor/Makefile

+ 1
- 1
net/tor/Makefile View 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


Loading…
Cancel
Save