summaryrefslogtreecommitdiffstats
path: root/ipc/chromium/src/third_party/libevent/patches/dont-use-issetugid-on-android.patch
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-28 14:29:10 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-28 14:29:10 +0000
commit2aa4a82499d4becd2284cdb482213d541b8804dd (patch)
treeb80bf8bf13c3766139fbacc530efd0dd9d54394c /ipc/chromium/src/third_party/libevent/patches/dont-use-issetugid-on-android.patch
parentInitial commit. (diff)
downloadfirefox-upstream.tar.xz
firefox-upstream.zip
Adding upstream version 86.0.1.upstream/86.0.1upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'ipc/chromium/src/third_party/libevent/patches/dont-use-issetugid-on-android.patch')
-rw-r--r--ipc/chromium/src/third_party/libevent/patches/dont-use-issetugid-on-android.patch22
1 files changed, 22 insertions, 0 deletions
diff --git a/ipc/chromium/src/third_party/libevent/patches/dont-use-issetugid-on-android.patch b/ipc/chromium/src/third_party/libevent/patches/dont-use-issetugid-on-android.patch
new file mode 100644
index 0000000000..bdadc84470
--- /dev/null
+++ b/ipc/chromium/src/third_party/libevent/patches/dont-use-issetugid-on-android.patch
@@ -0,0 +1,22 @@
+diff --git a/ipc/chromium/src/third_party/libevent/android/event2/event-config.h b/ipc/chromium/src/third_party/libevent/android/event2/event-config.h
+--- a/ipc/chromium/src/third_party/libevent/android/event2/event-config.h
++++ b/ipc/chromium/src/third_party/libevent/android/event2/event-config.h
+@@ -134,17 +134,17 @@
+
+ /* Define to 1 if you have the `inet_pton' function. */
+ #define EVENT__HAVE_INET_PTON 1
+
+ /* Define to 1 if you have the <inttypes.h> header file. */
+ #define EVENT__HAVE_INTTYPES_H 1
+
+ /* Define to 1 if you have the `issetugid' function. */
+-#define EVENT__HAVE_ISSETUGID 1
++/* #undef EVENT__HAVE_ISSETUGID */
+
+ /* Define to 1 if you have the `kqueue' function. */
+ /* #undef EVENT__HAVE_KQUEUE */
+
+ /* Define if the system has zlib */
+ #define EVENT__HAVE_LIBZ 1
+
+ /* Define to 1 if you have the `mach_absolute_time' function. */