diff options
Diffstat (limited to 'net-libs/rb_libtorrent/files/rb_libtorrent-0.14.8-as-needed-fix.patch')
-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 \ |