From ab09533ff66ffc980156c509b2fd6ec99bcb1429 Mon Sep 17 00:00:00 2001 From: emmett1 Date: Wed, 10 Dec 2025 04:55:15 +0000 Subject: firefox: updated to 146.0 --- repos/extra/firefox/musl-prctl.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 repos/extra/firefox/musl-prctl.patch (limited to 'repos/extra/firefox/musl-prctl.patch') diff --git a/repos/extra/firefox/musl-prctl.patch b/repos/extra/firefox/musl-prctl.patch new file mode 100644 index 00000000..ad9fa7bb --- /dev/null +++ b/repos/extra/firefox/musl-prctl.patch @@ -0,0 +1,12 @@ +--- a/third_party/libwebrtc/rtc_base/platform_thread_types.cc ++++ b/third_party/libwebrtc/rtc_base/platform_thread_types.cc +@@ -12,7 +12,9 @@ + + // IWYU pragma: begin_keep + #if defined(WEBRTC_LINUX) ++#if defined(__GLIBC__) + #include ++#endif + #include + #include + -- cgit v1.2.3