summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2017-03-07 22:12:31 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2017-03-07 23:14:32 +0100
commit4a9c486ebdde12ae9e2ce0b84c6f67005d01d6c1 (patch)
treeb1c067c9e5e5f5dd35a75d6370ee22495a6a6d75 /net-libs/rb_libtorrent/files/rb_libtorrent-1.0.11-fix-test_ssl.patch
parentmedia-tv/kodi: Add dependency on dev-libs/libfmt (diff)
downloadgentoo-4a9c486ebdde12ae9e2ce0b84c6f67005d01d6c1.tar.gz
gentoo-4a9c486ebdde12ae9e2ce0b84c6f67005d01d6c1.tar.bz2
gentoo-4a9c486ebdde12ae9e2ce0b84c6f67005d01d6c1.zip
net-libs/rb_libtorrent: 1.0.11 version bump, fix tests, ABI break
Dropped eutils.eclass. Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'net-libs/rb_libtorrent/files/rb_libtorrent-1.0.11-fix-test_ssl.patch')
-rw-r--r--net-libs/rb_libtorrent/files/rb_libtorrent-1.0.11-fix-test_ssl.patch21
1 files changed, 21 insertions, 0 deletions
diff --git a/net-libs/rb_libtorrent/files/rb_libtorrent-1.0.11-fix-test_ssl.patch b/net-libs/rb_libtorrent/files/rb_libtorrent-1.0.11-fix-test_ssl.patch
new file mode 100644
index 000000000000..2add42c7dd2c
--- /dev/null
+++ b/net-libs/rb_libtorrent/files/rb_libtorrent-1.0.11-fix-test_ssl.patch
@@ -0,0 +1,21 @@
+From 7f060e4a70b21974bcf154cf1a93c7b68c5a9aa8 Mon Sep 17 00:00:00 2001
+From: Alden Torres <aldenml@gmail.com>
+Date: Sat, 8 Oct 2016 01:12:15 -0400
+Subject: [PATCH] fix openssl compilation with boost 1.62 (#1193)
+
+---
+ test/test_ssl.cpp | 1 -
+ 1 file changed, 1 deletion(-)
+
+diff --git a/test/test_ssl.cpp b/test/test_ssl.cpp
+index 659973c..5aa6b15 100644
+--- a/test/test_ssl.cpp
++++ b/test/test_ssl.cpp
+@@ -47,7 +47,6 @@ POSSIBILITY OF SUCH DAMAGE.
+ #include <boost/asio/connect.hpp>
+
+ #ifdef TORRENT_USE_OPENSSL
+-#include <boost/asio/ssl/error.hpp> // for asio::error::get_ssl_category()
+ #include <boost/asio/ssl.hpp>
+
+ using namespace libtorrent;