openwrt-packages/lang/node/patches/202-node_gyp.patch

11 lines
334 B
Diff

--- a/node.gyp
+++ b/node.gyp
@@ -1214,6 +1214,7 @@
'dependencies': [
'deps/simdutf/simdutf.gyp:simdutf#host',
],
+ 'libraries!':[ '-licui18n', '-licuuc', '-licudata', '-lcrypto', '-lssl', '-lz', '-lhttp_parser', '-luv', '-lnghttp2', '-lcares' ],
'include_dirs': [
'tools',
'src',