You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/net-libs/nodejs/files/nodejs-99999999-llhttp.patch

21 lines
506 B

--- a/node.gypi
+++ b/node.gypi
@@ -169,11 +169,15 @@
[ 'node_shared_http_parser=="false"', {
'dependencies': [
- 'deps/http_parser/http_parser.gyp:http_parser',
- 'deps/llhttp/llhttp.gyp:llhttp'
+ 'deps/http_parser/http_parser.gyp:http_parser'
],
} ],
+ [ '"true"', { 'dependencies': [
+ 'deps/llhttp/llhttp.gyp:llhttp'
+ ],
+ }],
+
[ 'node_shared_cares=="false"', {
'dependencies': [ 'deps/cares/cares.gyp:cares' ],
}],