diff options
author | Hirokazu MORIKAWA <morikw2@gmail.com> | 2023-11-01 10:03:48 +0900 |
---|---|---|
committer | Tianling Shen <cnsztl@gmail.com> | 2023-11-02 00:25:22 +0800 |
commit | 3e51eef14c3be57d1a5ac3c1ecd4150aa5d8e639 (patch) | |
tree | fea01ea62e039ad07dca8673efeab9dad158f5f2 /lang/node/patches/003-path.patch | |
parent | 2d864d2a6bb1ee9c7c48bac72490e314ae84e42d (diff) |
node: upgrade to v20.9.0
node.js version 20.x is now active LTS.
mipsel (pistachio) is no longer supported.
Due to build difficulties, libuv shared libraries are not used.
Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
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 8e390d88c..011b02489 100644 --- a/lang/node/patches/003-path.patch +++ b/lang/node/patches/003-path.patch @@ -1,6 +1,6 @@ --- a/lib/internal/modules/cjs/loader.js +++ b/lib/internal/modules/cjs/loader.js -@@ -1391,7 +1391,8 @@ Module._initPaths = function() { +@@ -1378,7 +1378,8 @@ Module._initPaths = function() { path.resolve(process.execPath, '..') : path.resolve(process.execPath, '..', '..'); |