wok-next diff sipsak/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 111038df4ab1
children 306a4f258013
line diff
     1.1 --- a/sipsak/receipt	Sun Nov 26 22:33:32 2017 +0100
     1.2 +++ b/sipsak/receipt	Sun May 27 12:13:53 2018 +0300
     1.3 @@ -10,8 +10,8 @@
     1.4  WEB_SITE="http://sipsak.org/"
     1.5  WGET_URL="http://download.berlios.de/$PACKAGE/$TARBALL"
     1.6  
     1.7 -DEPENDS="libcrypto gnutls zlib"
     1.8 -BUILD_DEPENDS="libcrypto-dev libcrypto"
     1.9 +DEPENDS="openssl gnutls zlib"
    1.10 +BUILD_DEPENDS="openssl-dev openssl"
    1.11  
    1.12  # Rules to configure and make the package.
    1.13  compile_rules()