wok-next diff ldm/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 ce9148142ee8
children a3c581bf52b8
line diff
     1.1 --- a/ldm/receipt	Thu Dec 26 13:16:14 2013 +0000
     1.2 +++ b/ldm/receipt	Sun May 27 12:13:53 2018 +0300
     1.3 @@ -10,8 +10,8 @@
     1.4  WEB_SITE="http://github.com/LemonBoy/ldm"
     1.5  WGET_URL="https://github.com/LemonBoy/ldm/tarball/v${VERSION}"
     1.6  
     1.7 -DEPENDS="udev"
     1.8 -BUILD_DEPENDS="udev-dev util-linux-mount-dev util-linux-blkid wget"
     1.9 +DEPENDS="eudev"
    1.10 +BUILD_DEPENDS="eudev-dev util-linux-mount-dev util-linux-blkid"
    1.11  
    1.12  # Rules to configure and make the package.
    1.13  compile_rules()