mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 21:24:31 +04:00
Notable Changes process: add process.getBuiltinModule(id) doc: doc-only deprecate OpenSSL engine-based APIs inspector: fix disable async hooks on Debugger.setAsyncCallStackDepth Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
11 lines
334 B
Diff
11 lines
334 B
Diff
--- a/node.gyp
|
|
+++ b/node.gyp
|
|
@@ -1305,6 +1305,7 @@
|
|
'dependencies': [
|
|
'deps/simdutf/simdutf.gyp:simdutf#host',
|
|
],
|
|
+ 'libraries!':[ '-licui18n', '-licuuc', '-licudata', '-lcrypto', '-lssl', '-lz', '-lhttp_parser', '-luv', '-lnghttp2', '-lcares' ],
|
|
'include_dirs': [
|
|
'tools',
|
|
'src',
|