diff options
| author | emmett1 <emmett1.2miligrams@protonmail.com> | 2025-12-10 04:55:15 +0000 |
|---|---|---|
| committer | emmett1 <emmett1.2miligrams@protonmail.com> | 2025-12-10 04:55:15 +0000 |
| commit | ab09533ff66ffc980156c509b2fd6ec99bcb1429 (patch) | |
| tree | d07368d92607262bfac7de770dd5dc8b78444a58 /repos/extra/firefox/musl-prctl.patch | |
| parent | 5c56c6b23df66a98f14d8aa42776d71135f1de0d (diff) | |
| download | alicelinux-ab09533ff66ffc980156c509b2fd6ec99bcb1429.tar.gz alicelinux-ab09533ff66ffc980156c509b2fd6ec99bcb1429.zip | |
firefox: updated to 146.0
Diffstat (limited to 'repos/extra/firefox/musl-prctl.patch')
| -rw-r--r-- | repos/extra/firefox/musl-prctl.patch | 12 |
1 files changed, 12 insertions, 0 deletions
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 <linux/prctl.h> ++#endif + #include <sys/prctl.h> + #include <sys/syscall.h> + |