diff options
Diffstat (limited to 'chromium/patches/disable-dns_config_service.patch')
| -rw-r--r-- | chromium/patches/disable-dns_config_service.patch | 19 |
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 @@ | |||
| 1 | the linux one sometimes crashes, and this is optional/not required, so use the | ||
| 2 | stub fuschia one | ||
| 3 | https://gitlab.alpinelinux.org/alpine/aports/-/issues/15660 | ||
| 4 | -- | ||
| 5 | diff --git a/net/dns/BUILD.gn b/net/dns/BUILD.gn | ||
| 6 | index 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 += [ | ||