aports/community/chromium/disable-dns_config_service.patch
lauren n. liberda 01f49628c0 community/chromium: security upgrade to 120.0.6099.216, various fixes
closes !58721, closes !58730 - combines both in one commit

https://chromereleases.googleblog.com/2024/01/stable-channel-update-for-desktop_9.html

Disable dns config service, which depends on __res_stat and does not
work at all.
fixes: https://gitlab.alpinelinux.org/alpine/aports/-/issues/15660

Fix build with libxml2 2.12.
ref: 0ac7411195

Build with bundled ffmpeg.
fixes https://gitlab.alpinelinux.org/alpine/aports/-/issues/15585

Co-authored-by: Natanael Copa <ncopa@alpinelinux.org>
2024-01-11 18:53:34 +00:00

16 lines
421 B
Diff

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 += [