summaryrefslogtreecommitdiffstats
path: root/package/libcpprestsdk/0003-fix-strand.patch
diff options
context:
space:
mode:
authorAdam Duskett <aduskett@gmail.com>2018-03-09 07:52:33 -0500
committerPeter Korsgaard <peter@korsgaard.com>2018-03-10 19:56:25 +0100
commit768244aeb31b121de2d6747862b6039ea5a562c9 (patch)
tree8c01ecea7e697467d15812f13da233ca79cfc6ac /package/libcpprestsdk/0003-fix-strand.patch
parent80950fc78191a4e00eef8bac90fbcaf0ae2f0aa5 (diff)
downloadbuildroot-768244aeb31b121de2d6747862b6039ea5a562c9.tar.gz
buildroot-768244aeb31b121de2d6747862b6039ea5a562c9.zip
libcpprestsdk: bump to v2.10.2
Remove upstream patches as well. Signed-off-by: Adam Duskett <aduskett@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/libcpprestsdk/0003-fix-strand.patch')
-rw-r--r--package/libcpprestsdk/0003-fix-strand.patch28
1 files changed, 0 insertions, 28 deletions
diff --git a/package/libcpprestsdk/0003-fix-strand.patch b/package/libcpprestsdk/0003-fix-strand.patch
deleted file mode 100644
index f5710b38b9..0000000000
--- a/package/libcpprestsdk/0003-fix-strand.patch
+++ /dev/null
@@ -1,28 +0,0 @@
-From e75d642726c4c78c368e74660ef4bc5503f3ec12 Mon Sep 17 00:00:00 2001
-From: Adam Duskett <aduskett@codeblue.com>
-Date: Sun, 14 Jan 2018 14:44:02 -0500
-Subject: [PATCH] fix strand
-
-From upstream, fixes compiling against boost 1.66 strand.
-
-Commit IDs 6b2e0480018530b616f61d5cdc786c92ba148bb7
-
-Signed-off-by: Adam Duskett <aduskett@codeblue.com>
----
- Release/include/pplx/threadpool.h | 2 +-
- Release/libs/websocketpp/websocketpp/transport/asio/connection.hpp | 2 +-
- 2 files changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/Release/libs/websocketpp/websocketpp/transport/asio/connection.hpp b/Release/libs/websocketpp/websocketpp/transport/asio/connection.hpp
-index 0be40f6b..395632c3 100644
---- a/Release/libs/websocketpp/websocketpp/transport/asio/connection.hpp
-+++ b/Release/libs/websocketpp/websocketpp/transport/asio/connection.hpp
-@@ -422,7 +422,7 @@ class connection : public config::socket_type::socket_con_type {
- m_io_service = io_service;
-
- if (config::enable_multithreading) {
-- m_strand = lib::make_shared<boost::asio::strand>(
-+ m_strand = lib::make_shared<boost::asio::io_service::strand>(
- lib::ref(*io_service));
-
- m_async_read_handler = m_strand->wrap(lib::bind(
OpenPOWER on IntegriCloud