wok diff rtorrent/receipt @ rev 15295

cdrtools: remove a wrong error trigger
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Sep 27 09:56:20 2013 +0000 (2013-09-27)
parents 8c058fcbe24b
children 3b4e4318134e
line diff
     1.1 --- a/rtorrent/receipt	Wed Nov 02 06:41:00 2011 +0000
     1.2 +++ b/rtorrent/receipt	Fri Sep 27 09:56:20 2013 +0000
     1.3 @@ -18,6 +18,7 @@
     1.4  compile_rules()
     1.5  {
     1.6  	cd $src
     1.7 +	export LDFLAGS="-Wl,--copy-dt-needed-entries -lpthread"
     1.8  	./configure \
     1.9  		--with-xmlrpc-c \
    1.10  		$CONFIGURE_ARGS &&