summarylogtreecommitdiffstats
path: root/use-system-libraries-in-node.patch
diff options
context:
space:
mode:
authorDaniel Playfair Cal2020-09-17 01:12:23 +1000
committerDaniel Playfair Cal2020-09-17 01:12:23 +1000
commitca80346839f67f0140e1f38889ecd13dde91f61c (patch)
tree763051b15942e13aba35d1aa94a86dad7b90a978 /use-system-libraries-in-node.patch
parent10c7d4e63ef20eb603495d03bdb6f5ca8c82df27 (diff)
downloadaur-ca80346839f67f0140e1f38889ecd13dde91f61c.tar.gz
10.1.2-1
Diffstat (limited to 'use-system-libraries-in-node.patch')
-rw-r--r--use-system-libraries-in-node.patch7
1 files changed, 4 insertions, 3 deletions
diff --git a/use-system-libraries-in-node.patch b/use-system-libraries-in-node.patch
index 660c89ea2390..e968ac3fe7fe 100644
--- a/use-system-libraries-in-node.patch
+++ b/use-system-libraries-in-node.patch
@@ -1,6 +1,6 @@
--- a/third_party/electron_node/BUILD.gn
+++ b/third_party/electron_node/BUILD.gn
-@@ -42,6 +42,18 @@
+@@ -45,6 +45,18 @@
node_module_version = ""
}
@@ -19,7 +19,7 @@
assert(!node_use_dtrace, "node_use_dtrace not supported in GN")
assert(!node_use_etw, "node_use_etw not supported in GN")
-@@ -203,12 +215,8 @@
+@@ -198,13 +210,9 @@
component("node_lib") {
deps = [
":node_js2c",
@@ -28,11 +28,12 @@
- "deps/http_parser",
"deps/llhttp",
- "deps/nghttp2",
+ "deps/uvwasi",
- "deps/zlib",
"//third_party/brotli:dec",
"//third_party/brotli:enc",
"//v8:v8_libplatform",
-@@ -222,6 +230,21 @@
+@@ -218,6 +226,21 @@
public_configs = [ ":node_lib_config" ]
include_dirs = [ "src" ]
libs = []