Merge pull request #11353 from kvuorine/fwknop-fixes
[feed/packages.git] / lang / node / patches / 999-fix_missing_llhttp_depends.patch
1 diff -urN a/node.gypi b/node.gypi
2 --- a/node.gypi 2019-09-05 00:36:25.000000000 +0900
3 +++ b/node.gypi 2019-09-13 09:57:54.073191914 +0900
4 @@ -149,6 +149,10 @@
5 'deps/http_parser/http_parser.gyp:http_parser',
6 'deps/llhttp/llhttp.gyp:llhttp'
7 ],
8 + }, {
9 + 'dependencies': [
10 + 'deps/llhttp/llhttp.gyp:llhttp'
11 + ],
12 } ],
13
14 [ 'node_shared_cares=="false"', {