UPDATE: lang/node 20.13.1 > 20.17.0

This commit is contained in:
purplerain 2024-09-19 07:08:57 +00:00
parent 84dc6ae727
commit 79a82efd93
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
15 changed files with 191 additions and 274 deletions

View file

@ -4,7 +4,7 @@ devel/gtest if installed.
Index: node.gyp
--- node.gyp.orig
+++ node.gyp
@@ -826,7 +826,7 @@
@@ -828,7 +828,7 @@
],
'dependencies': [
'deps/base64/base64.gyp:base64',
@ -13,7 +13,7 @@ Index: node.gyp
'deps/histogram/histogram.gyp:histogram',
'deps/uvwasi/uvwasi.gyp:uvwasi',
'deps/simdutf/simdutf.gyp:simdutf',
@@ -1056,8 +1056,8 @@
@@ -1146,8 +1146,8 @@
'dependencies': [
'<(node_lib_target_name)',
'deps/base64/base64.gyp:base64',
@ -24,7 +24,7 @@ Index: node.gyp
'deps/histogram/histogram.gyp:histogram',
'deps/uvwasi/uvwasi.gyp:uvwasi',
'deps/simdutf/simdutf.gyp:simdutf',
@@ -1105,6 +1105,10 @@
@@ -1195,6 +1195,10 @@
}],
['OS=="solaris"', {
'ldflags': [ '-I<(SHARED_INTERMEDIATE_DIR)' ]