# HG changeset patch # User Pascal Bellard # Date 1400051073 0 # Node ID ae84e29836bb856ee134b61f59d11cde23c962d0 # Parent 10baa41a7882cc01352157b4b583df4eb0ba0a89 Up rtorrent (0.9.3) diff -r 10baa41a7882 -r ae84e29836bb rtorrent/receipt --- a/rtorrent/receipt Wed May 14 06:47:26 2014 +0000 +++ b/rtorrent/receipt Wed May 14 07:04:33 2014 +0000 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="rtorrent" -VERSION="0.8.9" +VERSION="0.9.3" CATEGORY="network" SHORT_DESC="Ncurses based torrent client" MAINTAINER="mimas@slitaz.org" @@ -18,8 +18,6 @@ # Rules to configure and make the package. compile_rules() { - cd $src - export LDFLAGS="-Wl,--copy-dt-needed-entries -lpthread" ./configure \ --with-xmlrpc-c \ $CONFIGURE_ARGS && @@ -32,4 +30,3 @@ mkdir -p $fs/usr cp -a $install/usr/bin $fs/usr } -