mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2026-02-12 21:00:57 +00:00
14 lines
404 B
Diff
14 lines
404 B
Diff
# Patch for dlinfo and RTLD_DI_LINKMAP.
|
|
|
|
--- a/arclite/src/Patch7zCP.cpp 2025-11-16 22:35:01.958767912 +0530
|
|
+++ b/arclite/src/Patch7zCP.cpp 2025-11-16 22:35:05.392809046 +0530
|
|
@@ -778,7 +778,7 @@
|
|
|
|
static bool patch_plt(void *handle)
|
|
{
|
|
-#if defined(__APPLE__) || defined(__UCLIBC__)
|
|
+#if defined(__APPLE__) || defined(__UCLIBC__) || defined(__ANDROID__)
|
|
return false;
|
|
#else
|
|
struct link_map *map;
|