From ed51797bf46a0bea5eada2dea546fb85f238bce4 Mon Sep 17 00:00:00 2001 From: Fredrik Fornwall Date: Thu, 21 Sep 2017 23:36:07 +0200 Subject: [PATCH] tor: Depend on liblzma --- packages/tor/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/tor/build.sh b/packages/tor/build.sh index 0161a767..602b5163 100644 --- a/packages/tor/build.sh +++ b/packages/tor/build.sh @@ -1,6 +1,6 @@ TERMUX_PKG_HOMEPAGE=https://www.torproject.org TERMUX_PKG_DESCRIPTION="The Onion Router anonymizing overlay network" -TERMUX_PKG_DEPENDS="libevent, openssl" +TERMUX_PKG_DEPENDS="libevent, openssl, liblzma" TERMUX_PKG_VERSION=0.3.1.7 TERMUX_PKG_SHA256=1df5dd4894bb2f5e0dc96c466955146353cf33ac50cd997cfc1b28ea3ed9c08f TERMUX_PKG_SRCURL=https://www.torproject.org/dist/tor-$TERMUX_PKG_VERSION.tar.gz -- 2.11.0