diff options
| author | zorz <zorz@krypt.sh> | 2026-04-02 01:11:55 +0300 |
|---|---|---|
| committer | zorz <zorz@krypt.sh> | 2026-04-02 01:11:55 +0300 |
| commit | 936433a5deb6ccc8f8476096f2c2b8dc72c33388 (patch) | |
| tree | fe62acdddbfc42bc377383f5706f2c64120b942c /chromium/patches/disable-dns_config_service.patch | |
| parent | 16d3c790c04095ea1c8488116f56719e5480efb7 (diff) | |
| download | zorz-936433a5deb6ccc8f8476096f2c2b8dc72c33388.tar.gz zorz-936433a5deb6ccc8f8476096f2c2b8dc72c33388.tar.xz | |
chromium musl
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 += [ | ||