From 9125c3615f753daf4cef8c8e50e0daabfeca7ae0 Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Mon, 9 May 2016 15:57:18 +0200 Subject: node: update to v4.4.4 While we're at it, also enable parallel builds. Signed-off-by: Matthias Schiffer --- lang/node/patches/003-path.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (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 723fe9da7..01a71c6a3 100644 --- a/lang/node/patches/003-path.patch +++ b/lang/node/patches/003-path.patch @@ -1,7 +1,7 @@ --- a/lib/module.js +++ b/lib/module.js -@@ -512,7 +512,8 @@ - var homeDir = process.env.HOME; +@@ -453,7 +453,8 @@ Module._initPaths = function() { + homeDir = process.env.HOME; } - var paths = [path.resolve(process.execPath, '..', '..', 'lib', 'node')]; -- cgit v1.2.3