summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2012-03-08 07:59:22 +0000
committerJustin Lecher <jlec@gentoo.org>2012-03-08 07:59:22 +0000
commite37e0fae4e79798182d25c3d06d340dc7e9af6f9 (patch)
treedc78c4297f2a1cc53e2f4e3088a65dabe7b803fa /net-p2p/rtorrent/files
parentPass --with-ssl to use dev-libs/openssl because otherwise unshield will fallb... (diff)
downloadgentoo-2-e37e0fae4e79798182d25c3d06d340dc7e9af6f9.tar.gz
gentoo-2-e37e0fae4e79798182d25c3d06d340dc7e9af6f9.tar.bz2
gentoo-2-e37e0fae4e79798182d25c3d06d340dc7e9af6f9.zip
Add patch to link with gold
(Portage version: 2.2.0_alpha90/cvs/Linux x86_64)
Diffstat (limited to 'net-p2p/rtorrent/files')
-rw-r--r--net-p2p/rtorrent/files/rtorrent-0.9.0-gold.patch32
1 files changed, 32 insertions, 0 deletions
diff --git a/net-p2p/rtorrent/files/rtorrent-0.9.0-gold.patch b/net-p2p/rtorrent/files/rtorrent-0.9.0-gold.patch
new file mode 100644
index 000000000000..aeec1941519f
--- /dev/null
+++ b/net-p2p/rtorrent/files/rtorrent-0.9.0-gold.patch
@@ -0,0 +1,32 @@
+ src/Makefile.am | 3 ++-
+ src/Makefile.in | 3 ++-
+ 2 files changed, 4 insertions(+), 2 deletions(-)
+
+diff --git a/src/Makefile.am b/src/Makefile.am
+index 33ab889..ee9340e 100644
+--- a/src/Makefile.am
++++ b/src/Makefile.am
+@@ -48,7 +48,8 @@ rtorrent_LDADD = \
+ display/libsub_display.a \
+ input/libsub_input.a \
+ rpc/libsub_rpc.a \
+- utils/libsub_utils.a
++ utils/libsub_utils.a \
++ @PTHREAD_LIBS@
+
+ rtorrent_SOURCES = \
+ main.cc
+diff --git a/src/Makefile.in b/src/Makefile.in
+index 0eecb06..cf52bf5 100644
+--- a/src/Makefile.in
++++ b/src/Makefile.in
+@@ -324,7 +324,8 @@ rtorrent_LDADD = \
+ display/libsub_display.a \
+ input/libsub_input.a \
+ rpc/libsub_rpc.a \
+- utils/libsub_utils.a
++ utils/libsub_utils.a \
++ @PTHREAD_LIBS@
+
+ rtorrent_SOURCES = \
+ main.cc