wok rev 20327

tor: fix the warning from configure
author Erkan Yilmaz <erkan@slitaz.org>
date Wed May 23 15:43:26 2018 +0000 (2018-05-23)
parents 632800e800e5
children cd7c78f2f061
files tor/receipt
line diff
     1.1 --- a/tor/receipt	Wed May 23 13:57:25 2018 +0000
     1.2 +++ b/tor/receipt	Wed May 23 15:43:26 2018 +0000
     1.3 @@ -11,8 +11,8 @@
     1.4  WGET_URL="https://www.torproject.org/dist/$TARBALL"
     1.5  HOST_ARCH="i486 arm"
     1.6  
     1.7 -DEPENDS="libevent libssl"
     1.8 -BUILD_DEPENDS="wget libevent-dev openssl-dev"
     1.9 +DEPENDS="libevent libssl liblzma zstd"
    1.10 +BUILD_DEPENDS="wget libevent-dev openssl-dev liblzma-dev zstd-dev"
    1.11  
    1.12  # Rules to configure and make the package.
    1.13  compile_rules()