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/200-uv_gyp.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/200-uv_gyp.patch')
-rw-r--r-- | lang/node/patches/200-uv_gyp.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/lang/node/patches/200-uv_gyp.patch b/lang/node/patches/200-uv_gyp.patch new file mode 100644 index 000000000..75bc8f2e5 --- /dev/null +++ b/lang/node/patches/200-uv_gyp.patch @@ -0,0 +1,10 @@ +--- a/deps/uv/uv.gyp ++++ b/deps/uv/uv.gyp +@@ -155,6 +155,7 @@ + 'target_name': 'libuv', + 'toolsets': ['host', 'target'], + 'type': '<(uv_library)', ++ 'include_dirs!': [ '<!@(echo "$STAGING_DIR"/usr/include)' ], + 'include_dirs': [ + 'include', + 'src/', |