mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-06-08 12:15:02 +02:00
also, disable various telemetry sources by default temporarily builds with vendored ICU :/
17 lines
528 B
Diff
17 lines
528 B
Diff
we don't have execinfo.h on Alpine, thus we should not wrap it either;
|
|
it messes with __has_include(), and leads to broken builds
|
|
|
|
see: https://bugzilla.mozilla.org/show_bug.cgi?id=1952657
|
|
|
|
diff --git a/config/system-headers.mozbuild b/config/system-headers.mozbuild
|
|
index b519b88..ebb0432 100644
|
|
--- a/config/system-headers.mozbuild
|
|
+++ b/config/system-headers.mozbuild
|
|
@@ -222,7 +222,6 @@ system_headers = [
|
|
"exdisp.h",
|
|
"ExDisp.h",
|
|
"exe386.h",
|
|
- "execinfo.h",
|
|
"extras.h",
|
|
"fcntl.h",
|
|
"fenv.h",
|