aboutsummaryrefslogtreecommitdiff
path: root/repos/extra/librewolf/musl-prctl.patch
diff options
context:
space:
mode:
authoremmett1 <emmett1.2miligrams@protonmail.com>2025-12-18 16:57:12 +0000
committeremmett1 <emmett1.2miligrams@protonmail.com>2025-12-18 16:57:12 +0000
commitf030ba924c3b14cd834a3577a1ccadc7be15fb83 (patch)
tree03d3aca6be37af8a18b86be3f08667c7a207eff5 /repos/extra/librewolf/musl-prctl.patch
parent6f54e44c1302710e38368442f793a2b9ba78f447 (diff)
downloadalicelinux-f030ba924c3b14cd834a3577a1ccadc7be15fb83.tar.gz
alicelinux-f030ba924c3b14cd834a3577a1ccadc7be15fb83.zip
librewolf: updated to 146.0.2
Diffstat (limited to 'repos/extra/librewolf/musl-prctl.patch')
-rw-r--r--repos/extra/librewolf/musl-prctl.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/repos/extra/librewolf/musl-prctl.patch b/repos/extra/librewolf/musl-prctl.patch
new file mode 100644
index 00000000..ad9fa7bb
--- /dev/null
+++ b/repos/extra/librewolf/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>
+