mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 21:37:15 +02:00
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>
16 lines
421 B
Diff
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 += [
|