wok-next diff fuse-emulator/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 3d5fe73ca04f
children 342b30daff76
line diff
     1.1 --- a/fuse-emulator/receipt	Fri Nov 17 12:56:24 2017 +0200
     1.2 +++ b/fuse-emulator/receipt	Sun May 27 12:13:53 2018 +0300
     1.3 @@ -22,7 +22,9 @@
     1.4  		--enable-desktop-integration \
     1.5  		$SET_ARGS \
     1.6  		$CONFIGURE_ARGS &&
     1.7 -	make && make install
     1.8 +	fix libtool &&
     1.9 +	make &&
    1.10 +	make install
    1.11  }
    1.12  
    1.13  genpkg_rules() {