* [Buildroot] [PATCH 1/1] package/bitcoin: fix build with boost 1.72
@ 2019-12-26 11:27 Fabrice Fontaine
2019-12-26 12:45 ` Thomas Petazzoni
0 siblings, 1 reply; 2+ messages in thread
From: Fabrice Fontaine @ 2019-12-26 11:27 UTC (permalink / raw)
To: buildroot
Fixes:
- http://autobuild.buildroot.org/results/6b4d9877aa416b788b94fe44b2673149aae4af43
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
| 28 +++++++++++++++++++
1 file changed, 28 insertions(+)
create mode 100644 package/bitcoin/0001-http-add-missing-header-bootlegged-by-boost-1-72.patch
--git a/package/bitcoin/0001-http-add-missing-header-bootlegged-by-boost-1-72.patch b/package/bitcoin/0001-http-add-missing-header-bootlegged-by-boost-1-72.patch
new file mode 100644
index 0000000000..84e0cf2570
--- /dev/null
+++ b/package/bitcoin/0001-http-add-missing-header-bootlegged-by-boost-1-72.patch
@@ -0,0 +1,28 @@
+From a5929130223973636f3fd25fbfaf2953f2ec96a9 Mon Sep 17 00:00:00 2001
+From: Jan Beich <jbeich@FreeBSD.org>
+Date: Fri, 25 Oct 2019 13:05:17 +0000
+Subject: [PATCH] http: add missing header bootlegged by boost < 1.72
+
+httpserver.cpp:74:10: error: no template named 'deque' in namespace 'std'
+ std::deque<std::unique_ptr<WorkItem>> queue;
+ ~~~~~^
+
+[Retrieved from:
+https://github.com/bitcoin/bitcoin/commit/a5929130223973636f3fd25fbfaf2953f2ec96a9]
+Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
+---
+ src/httpserver.cpp | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/src/httpserver.cpp b/src/httpserver.cpp
+index 81137771871f..d9c711332358 100644
+--- a/src/httpserver.cpp
++++ b/src/httpserver.cpp
+@@ -15,6 +15,7 @@
+ #include <sync.h>
+ #include <ui_interface.h>
+
++#include <deque>
+ #include <memory>
+ #include <stdio.h>
+ #include <stdlib.h>
--
2.24.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2019-12-26 12:45 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-12-26 11:27 [Buildroot] [PATCH 1/1] package/bitcoin: fix build with boost 1.72 Fabrice Fontaine
2019-12-26 12:45 ` Thomas Petazzoni
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox