0
0
mirror of https://github.com/termux/termux-packages.git synced 2024-11-27 05:08:56 +00:00
termux-packages/x11-packages/thunderbird/0020-fix-dlopen-library-name.patch
2024-09-17 12:26:11 +08:00

22 lines
585 B
Diff

--- a/comm/chat/modules/CLib.sys.mjs
+++ b/comm/chat/modules/CLib.sys.mjs
@@ -39,7 +39,7 @@
break;
case "linux":
libcAbi = ctypes.default_abi;
- libcPath = "libc.so.6";
+ libcPath = "libc.so";
break;
default:
throw new Error("Unknown OS");
--- a/comm/mail/modules/DNS.worker.mjs
+++ b/comm/mail/modules/DNS.worker.mjs
@@ -41,6 +41,7 @@
{ name: "resolv.9", suffix: "" },
{ name: "resolv", suffix: ".2" },
{ name: "resolv", suffix: "" },
+ { name: "c", suffix: "" },
];
}
const tried = [];