wok-next diff libetpan/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 9e5dca6702bf
children d5aab818505e
line diff
     1.1 --- a/libetpan/receipt	Sat Apr 07 16:01:14 2018 +0300
     1.2 +++ b/libetpan/receipt	Sun May 27 12:13:53 2018 +0300
     1.3 @@ -17,6 +17,7 @@
     1.4  	sed -i 's/--iso-8601=minutes/+%Y-%m-%dT%H:%M%Z/' configure
     1.5  
     1.6  	./configure $CONFIGURE_ARGS &&
     1.7 +	fix libtool &&
     1.8  	make &&
     1.9  	make DESTDIR=$DESTDIR install
    1.10  }