All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/wampcc: fix build with gcc 10
@ 2020-09-19 16:33 Fabrice Fontaine
  2020-09-19 19:57 ` Thomas Petazzoni
  2020-09-29 13:51 ` Peter Korsgaard
  0 siblings, 2 replies; 3+ messages in thread
From: Fabrice Fontaine @ 2020-09-19 16:33 UTC (permalink / raw)
  To: buildroot

Fixes:
 - http://autobuild.buildroot.org/results/5668ee2a81daba689cc16c520681cfd16a79dbd7

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
 .../wampcc/0003-Broken-build-on-Windows.patch | 27 +++++++++++++++++++
 1 file changed, 27 insertions(+)
 create mode 100644 package/wampcc/0003-Broken-build-on-Windows.patch

diff --git a/package/wampcc/0003-Broken-build-on-Windows.patch b/package/wampcc/0003-Broken-build-on-Windows.patch
new file mode 100644
index 0000000000..3c528cd888
--- /dev/null
+++ b/package/wampcc/0003-Broken-build-on-Windows.patch
@@ -0,0 +1,27 @@
+From eaa70a289288db1e8d90a2a9bcde435a8975fe74 Mon Sep 17 00:00:00 2001
+From: Sergey Lukashevich <sergey.lukashevi4@gmail.com>
+Date: Fri, 26 Jul 2019 21:58:34 +0300
+Subject: [PATCH] Broken build on Windows: "http_parser.h(66,18): error C2039: 
+ 'runtime_error': is not a member of 'std'"
+
+Add missing <stdexcept> include.
+
+[Retrieved from:
+https://github.com/darrenjs/wampcc/commit/eaa70a289288db1e8d90a2a9bcde435a8975fe74]
+Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
+---
+ include/wampcc/http_parser.h | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/include/wampcc/http_parser.h b/include/wampcc/http_parser.h
+index a9405dd..4c20417 100644
+--- a/include/wampcc/http_parser.h
++++ b/include/wampcc/http_parser.h
+@@ -11,6 +11,7 @@
+ #include <map>
+ #include <string>
+ #include <memory>
++#include <stdexcept>
+ 
+ // types brought in from nodejs http-parser project
+ struct http_parser;
-- 
2.28.0

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [Buildroot] [PATCH 1/1] package/wampcc: fix build with gcc 10
  2020-09-19 16:33 [Buildroot] [PATCH 1/1] package/wampcc: fix build with gcc 10 Fabrice Fontaine
@ 2020-09-19 19:57 ` Thomas Petazzoni
  2020-09-29 13:51 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Thomas Petazzoni @ 2020-09-19 19:57 UTC (permalink / raw)
  To: buildroot

On Sat, 19 Sep 2020 18:33:07 +0200
Fabrice Fontaine <fontaine.fabrice@gmail.com> wrote:

> Fixes:
>  - http://autobuild.buildroot.org/results/5668ee2a81daba689cc16c520681cfd16a79dbd7
> 
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
> ---
>  .../wampcc/0003-Broken-build-on-Windows.patch | 27 +++++++++++++++++++
>  1 file changed, 27 insertions(+)
>  create mode 100644 package/wampcc/0003-Broken-build-on-Windows.patch

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Buildroot] [PATCH 1/1] package/wampcc: fix build with gcc 10
  2020-09-19 16:33 [Buildroot] [PATCH 1/1] package/wampcc: fix build with gcc 10 Fabrice Fontaine
  2020-09-19 19:57 ` Thomas Petazzoni
@ 2020-09-29 13:51 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2020-09-29 13:51 UTC (permalink / raw)
  To: buildroot

>>>>> "Fabrice" == Fabrice Fontaine <fontaine.fabrice@gmail.com> writes:

 > Fixes:
 >  - http://autobuild.buildroot.org/results/5668ee2a81daba689cc16c520681cfd16a79dbd7

 > Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>

Committed to 2020.08.x, thanks.

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-09-29 13:51 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-19 16:33 [Buildroot] [PATCH 1/1] package/wampcc: fix build with gcc 10 Fabrice Fontaine
2020-09-19 19:57 ` Thomas Petazzoni
2020-09-29 13:51 ` Peter Korsgaard

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.