aports/community/firefox/bmo-1952657-no-execinfo.patch
ptrcnull 4ba9daa508 community/firefox: upgrade to 136.0
also, disable various telemetry sources by default

temporarily builds with vendored ICU :/
2025-03-08 20:25:16 +01:00

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",