nodejs-99999999-llhttp.patch 506 B

123456789101112131415161718192021
  1. --- a/node.gypi
  2. +++ b/node.gypi
  3. @@ -169,11 +169,15 @@
  4. [ 'node_shared_http_parser=="false"', {
  5. 'dependencies': [
  6. - 'deps/http_parser/http_parser.gyp:http_parser',
  7. - 'deps/llhttp/llhttp.gyp:llhttp'
  8. + 'deps/http_parser/http_parser.gyp:http_parser'
  9. ],
  10. } ],
  11. + [ '"true"', { 'dependencies': [
  12. + 'deps/llhttp/llhttp.gyp:llhttp'
  13. + ],
  14. + }],
  15. +
  16. [ 'node_shared_cares=="false"', {
  17. 'dependencies': [ 'deps/cares/cares.gyp:cares' ],
  18. }],