mirror of
https://github.com/openwrt/packages.git
synced 2025-12-23 05:54:33 +04:00
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>
11 lines
294 B
Diff
11 lines
294 B
Diff
--- 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/',
|