1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-23 11:15:13 +03:00
aports/community/librewolf/bmo-1952657-no-execinfo.patch

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