wok-next diff claws-mail/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 b19ddba309f9
children c022997c7a57
line diff
     1.1 --- a/claws-mail/receipt	Fri Mar 23 10:45:35 2018 +0200
     1.2 +++ b/claws-mail/receipt	Sun May 27 12:13:53 2018 +0300
     1.3 @@ -28,7 +28,10 @@
     1.4  compile_rules() {
     1.5  	sed -i '/^Actions=/d' claws-mail.desktop # sdft can't work with actions
     1.6  
     1.7 -	./configure $CONFIGURE_ARGS && make && make install
     1.8 +	./configure $CONFIGURE_ARGS &&
     1.9 +	fix libtool &&
    1.10 +	make &&
    1.11 +	make install
    1.12  }
    1.13  
    1.14  genpkg_rules() {