summaryrefslogtreecommitdiff
path: root/glibc2.36-fix.patch
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2022-10-04 17:37:41 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2022-10-04 17:37:41 -0700
commit81625f9beccae747cfa8dd3b5c9057547be7224e (patch)
tree209775e1ff98087717177176814004bd2f80b834 /glibc2.36-fix.patch
parentUpdated to 31.2.0.1 (diff)
downloadpalemoon-81625f9beccae747cfa8dd3b5c9057547be7224e.tar.xz
Updated to 31.3.0.1
Diffstat (limited to 'glibc2.36-fix.patch')
-rw-r--r--glibc2.36-fix.patch20
1 files changed, 0 insertions, 20 deletions
diff --git a/glibc2.36-fix.patch b/glibc2.36-fix.patch
deleted file mode 100644
index 5cb17d1..0000000
--- a/glibc2.36-fix.patch
+++ /dev/null
@@ -1,20 +0,0 @@
-https://forum.palemoon.org/viewtopic.php?f=62&t=28676
-diff -aur a/platform/ipc/chromium/src/third_party/libevent/arc4random.c b/platform/ipc/chromium/src/third_party/libevent/arc4random.c
---- a/platform/ipc/chromium/src/third_party/libevent/arc4random.c 2022-08-03 10:28:29.353126800 +0100
-+++ b/platform/ipc/chromium/src/third_party/libevent/arc4random.c 2022-08-03 21:16:14.795881259 +0100
-@@ -482,6 +482,7 @@
- #endif
-
- #if defined(_we_have_arc4random_buf) || !defined(XP_SOLARIS)
-+#if (__GLIBC__ <= 2 && __GLIBC_MINOR__ < 36) || !defined(XP_LINUX)
- ARC4RANDOM_EXPORT void
- arc4random_buf(void *_buf, size_t n)
- {
-@@ -496,6 +497,7 @@
- _ARC4_UNLOCK();
- }
- #endif
-+#endif
-
- #ifndef ARC4RANDOM_NOUNIFORM
- /*