diff options
author | Marko Ratkaj <marko.ratkaj@sartura.hr> | 2018-03-09 14:07:26 +0100 |
---|---|---|
committer | Yousong Zhou <yszhou4tech@gmail.com> | 2018-03-10 13:42:52 +0800 |
commit | cff6ebb80997fae7e446a2ee47fea3318a195994 (patch) | |
tree | 5c8a81381d38763889a5df77c7758f43e2b9d7d5 /lang/node/patches/003-path.patch | |
parent | 4f341306d3efada674561604eaa0beea9c0aff6c (diff) |
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 <arty.net2@gmail.com>
Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>
Diffstat (limited to 'lang/node/patches/003-path.patch')
-rw-r--r-- | lang/node/patches/003-path.patch | 2 |
1 files changed, 1 insertions, 1 deletions
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, '..', '..'); } |