- Update to Nodejs 18.4.0. For detailed changes see,
https://github.com/nodejs/node/blob/main/doc/changelogs/CHANGELOG_V18.md#18.4.0 - refreshed: versioned.patch, linker_lto_jobs.patch, nodejs-libpath.patch OBS-URL: https://build.opensuse.org/package/show/devel:languages:nodejs/nodejs18?expand=0&rev=2
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
Index: node-v18.2.0/tools/install.py
|
||||
Index: node-v18.4.0/tools/install.py
|
||||
===================================================================
|
||||
--- node-v18.2.0.orig/tools/install.py
|
||||
+++ node-v18.2.0/tools/install.py
|
||||
--- node-v18.4.0.orig/tools/install.py
|
||||
+++ node-v18.4.0/tools/install.py
|
||||
@@ -7,6 +7,8 @@ import errno
|
||||
import os
|
||||
import shutil
|
||||
@@ -49,11 +49,11 @@ Index: node-v18.2.0/tools/install.py
|
||||
|
||||
# behave similarly for systemtap
|
||||
action(['src/node.stp'], 'share/systemtap/tapset/')
|
||||
Index: node-v18.2.0/lib/internal/modules/cjs/loader.js
|
||||
Index: node-v18.4.0/lib/internal/modules/cjs/loader.js
|
||||
===================================================================
|
||||
--- node-v18.2.0.orig/lib/internal/modules/cjs/loader.js
|
||||
+++ node-v18.2.0/lib/internal/modules/cjs/loader.js
|
||||
@@ -1240,7 +1240,7 @@ Module._initPaths = function() {
|
||||
--- node-v18.4.0.orig/lib/internal/modules/cjs/loader.js
|
||||
+++ node-v18.4.0/lib/internal/modules/cjs/loader.js
|
||||
@@ -1247,7 +1247,7 @@ Module._initPaths = function() {
|
||||
path.resolve(process.execPath, '..') :
|
||||
path.resolve(process.execPath, '..', '..');
|
||||
|
||||
|
Reference in New Issue
Block a user