diff options
-rw-r--r-- | net-libs/nodejs/files/nodejs-11.4.0-llhttp.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/net-libs/nodejs/files/nodejs-11.4.0-llhttp.patch b/net-libs/nodejs/files/nodejs-11.4.0-llhttp.patch index 1b6eb9fb7fa1..07ac9af6c662 100644 --- a/net-libs/nodejs/files/nodejs-11.4.0-llhttp.patch +++ b/net-libs/nodejs/files/nodejs-11.4.0-llhttp.patch @@ -18,3 +18,13 @@ [ 'node_shared_cares=="false"', { 'dependencies': [ 'deps/cares/cares.gyp:cares' ], }], +--- a/src/node_metadata.cc ++++ b/src/node_metadata.cc +@@ -2,6 +2,7 @@ + #include "ares.h" + #include "nghttp2/nghttp2ver.h" + #include "node.h" ++#include "node_internals.h" + #include "util.h" + #include "uv.h" + #include "v8.h" |