wok-next diff stuntman/receipt @ rev 20712

libtorrent: fix rtorrent building for non-64bit archs
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sun May 27 12:13:53 2018 +0300 (2018-05-27)
parents 2f3aba6cc31e
children a244e109372e
line diff
     1.1 --- a/stuntman/receipt	Mon Jun 12 11:39:09 2017 +0300
     1.2 +++ b/stuntman/receipt	Sun May 27 12:13:53 2018 +0300
     1.3 @@ -27,6 +27,6 @@
     1.4  genpkg_rules()
     1.5  {
     1.6  	copy @std
     1.7 -	DEPENDS="libcrypto zlib"
     1.8 +	DEPENDS="openssl zlib"
     1.9  }
    1.10