summaryrefslogtreecommitdiffstats
path: root/package/nodejs/0002-add-missing-stdarg-includes.patch
diff options
context:
space:
mode:
authorMartin Bark <martin@barkynet.com>2017-09-05 21:09:23 +0100
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2017-09-06 22:06:55 +0200
commita4478b7dcd0e037ab51e568790e5e80a79e9a69d (patch)
tree7ab387587b57cb23c79aaae5f9ae1d085c926b6c /package/nodejs/0002-add-missing-stdarg-includes.patch
parent08456f52b0efeea0c384bca198b70a22f937d5f1 (diff)
downloadbuildroot-a4478b7dcd0e037ab51e568790e5e80a79e9a69d.tar.gz
buildroot-a4478b7dcd0e037ab51e568790e5e80a79e9a69d.zip
package/nodejs: bump version to 8.4.0
See https://nodejs.org/en/blog/release/v8.4.0/ An update to v8 6.0.286 has removed the need for mkpeephole and 0002-add-missing-stdarg-includes.patch Signed-off-by: Martin Bark <martin@barkynet.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/nodejs/0002-add-missing-stdarg-includes.patch')
-rw-r--r--package/nodejs/0002-add-missing-stdarg-includes.patch34
1 files changed, 0 insertions, 34 deletions
diff --git a/package/nodejs/0002-add-missing-stdarg-includes.patch b/package/nodejs/0002-add-missing-stdarg-includes.patch
deleted file mode 100644
index d3af3a8c32..0000000000
--- a/package/nodejs/0002-add-missing-stdarg-includes.patch
+++ /dev/null
@@ -1,34 +0,0 @@
-From fa4d8468907aa41cb08964e82eb3c7d82a7270bf Mon Sep 17 00:00:00 2001
-From: Martin Bark <martin@barkynet.com>
-Date: Sun, 4 Jun 2017 23:11:54 +0100
-Subject: [PATCH] add missing stdarg includes
-MIME-Version: 1.0
-Content-Type: text/plain; charset=UTF-8
-Content-Transfer-Encoding: 8bit
-
-Fixes error when using uclibc
-../deps/v8/src/wasm/wasm-result.h:118:70: error: ‘va_list’ has not been declared
-
-This has been fixed upstream in v8, see
-https://codereview.chromium.org/2780913002
-
-Signed-off-by: Martin Bark <martin@barkynet.com>
----
- deps/v8/src/wasm/wasm-result.h | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/deps/v8/src/wasm/wasm-result.h b/deps/v8/src/wasm/wasm-result.h
-index 004ac22..eac307c 100644
---- a/deps/v8/src/wasm/wasm-result.h
-+++ b/deps/v8/src/wasm/wasm-result.h
-@@ -5,6 +5,7 @@
- #ifndef V8_WASM_RESULT_H_
- #define V8_WASM_RESULT_H_
-
-+#include <cstdarg>
- #include <memory>
-
- #include "src/base/compiler-specific.h"
---
-2.7.4
-
OpenPOWER on IntegriCloud