summaryrefslogtreecommitdiffstats
path: root/chromium/patches/disable-dns_config_service.patch
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/patches/disable-dns_config_service.patch')
-rw-r--r--chromium/patches/disable-dns_config_service.patch19
1 files changed, 19 insertions, 0 deletions
diff --git a/chromium/patches/disable-dns_config_service.patch b/chromium/patches/disable-dns_config_service.patch
new file mode 100644
index 0000000..3c8e593
--- /dev/null
+++ b/chromium/patches/disable-dns_config_service.patch
@@ -0,0 +1,19 @@
1the linux one sometimes crashes, and this is optional/not required, so use the
2stub fuschia one
3https://gitlab.alpinelinux.org/alpine/aports/-/issues/15660
4--
5diff --git a/net/dns/BUILD.gn b/net/dns/BUILD.gn
6index f36bf68..805d9a6 100644
7--- a/net/dns/BUILD.gn
8+++ b/net/dns/BUILD.gn
9@@ -130,8 +130,8 @@ source_set("dns") {
10 ]
11 } else if (is_linux) {
12 sources += [
13- "dns_config_service_linux.cc",
14- "dns_config_service_linux.h",
15+ "dns_config_service_fuchsia.cc",
16+ "dns_config_service_fuchsia.h",
17 ]
18 } else if (is_posix) {
19 sources += [