diff options
author | 2010-01-14 16:02:17 +0000 | |
---|---|---|
committer | 2010-01-14 16:02:17 +0000 | |
commit | 19c1b20c429bf5d811b090b9726c594b41fbdf9e (patch) | |
tree | ea185798c8caeb355e80df6d07a9249802dfe6cd /net-libs/rb_libtorrent/files | |
parent | Marking heckle-1.4.3-r1 ~ppc for bug 300739 (diff) | |
download | gentoo-2-19c1b20c429bf5d811b090b9726c594b41fbdf9e.tar.gz gentoo-2-19c1b20c429bf5d811b090b9726c594b41fbdf9e.tar.bz2 gentoo-2-19c1b20c429bf5d811b090b9726c594b41fbdf9e.zip |
Add a patch to fix as-needed issues (bug 276873).
(Portage version: 2.2_rc61/cvs/Linux x86_64)
Diffstat (limited to 'net-libs/rb_libtorrent/files')
-rw-r--r-- | net-libs/rb_libtorrent/files/rb_libtorrent-0.14.8-as-needed-fix.patch | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/net-libs/rb_libtorrent/files/rb_libtorrent-0.14.8-as-needed-fix.patch b/net-libs/rb_libtorrent/files/rb_libtorrent-0.14.8-as-needed-fix.patch new file mode 100644 index 000000000000..9ebe4bc80952 --- /dev/null +++ b/net-libs/rb_libtorrent/files/rb_libtorrent-0.14.8-as-needed-fix.patch @@ -0,0 +1,8 @@ +--- Makefile.am.orig 2010-01-14 14:36:08.000000000 +0100 ++++ Makefile.am 2010-01-14 14:41:49.000000000 +0100 +@@ -1,4 +1,5 @@ + ACLOCAL_AMFLAGS = -I m4 ++LIBADD = -lrt + #DISTCHECK_CONFIGURE_FLAGS = --enable-tests + SUBDIRS = include zlib src examples test bindings/python + EXTRA_DIST = autotool.sh docs/manual.html docs/manual.rst docs/extension_protocol.rst \ |