From 936433a5deb6ccc8f8476096f2c2b8dc72c33388 Mon Sep 17 00:00:00 2001 From: zorz Date: Thu, 2 Apr 2026 01:11:55 +0300 Subject: chromium musl --- chromium/patches/disable-dns_config_service.patch | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 chromium/patches/disable-dns_config_service.patch (limited to 'chromium/patches/disable-dns_config_service.patch') 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 @@ +the linux one sometimes crashes, and this is optional/not required, so use the +stub fuschia one +https://gitlab.alpinelinux.org/alpine/aports/-/issues/15660 +-- +diff --git a/net/dns/BUILD.gn b/net/dns/BUILD.gn +index f36bf68..805d9a6 100644 +--- a/net/dns/BUILD.gn ++++ b/net/dns/BUILD.gn +@@ -130,8 +130,8 @@ source_set("dns") { + ] + } else if (is_linux) { + sources += [ +- "dns_config_service_linux.cc", +- "dns_config_service_linux.h", ++ "dns_config_service_fuchsia.cc", ++ "dns_config_service_fuchsia.h", + ] + } else if (is_posix) { + sources += [ -- cgit v1.2.3