From cff6ebb80997fae7e446a2ee47fea3318a195994 Mon Sep 17 00:00:00 2001 From: Marko Ratkaj Date: Fri, 9 Mar 2018 14:07:26 +0100 Subject: node: bump to 8.10.0 Changes: Version bump to 8.10.0 Refreshed patches Added npx install Added 004-node_crypto-remove-std.patch Additional patch fixes node_cypto compile failure: ./src/node_crypto.cc:5626:32: error: expected unqualified-id before '(' Signed-off-by: Arturo Rinaldi Signed-off-by: Marko Ratkaj --- lang/node/patches/003-path.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lang/node/patches/003-path.patch') diff --git a/lang/node/patches/003-path.patch b/lang/node/patches/003-path.patch index 9e54a0632..d9f0eb7a5 100644 --- a/lang/node/patches/003-path.patch +++ b/lang/node/patches/003-path.patch @@ -1,6 +1,6 @@ --- a/lib/module.js +++ b/lib/module.js -@@ -625,7 +625,8 @@ +@@ -714,7 +714,8 @@ } else { prefixDir = path.resolve(process.execPath, '..', '..'); } -- cgit v1.2.3