mirror of
https://github.com/termux/termux-packages.git
synced 2025-09-27 19:04:59 +00:00
- Fixes https://github.com/termux/termux-packages/issues/25676
- Partially reverts db8b7a7fd4
, because it introduces a change that is only for upstream's official GNU/Linux releases and that doesn't work on Android
15 lines
380 B
Diff
15 lines
380 B
Diff
Partially reverts https://github.com/schismtracker/schismtracker/commit/db8b7a7fd41f951a1953f1f625bb1ad47fc89d6c,
|
|
which introduces a change that doesn't work on Android.
|
|
|
|
--- a/schism/loadso.c
|
|
+++ b/schism/loadso.c
|
|
@@ -224,7 +224,7 @@ static const char *loadso_lib_fmts[] = {
|
|
#elif defined(SCHISM_MACOSX)
|
|
"lib%s.dylib",
|
|
#else
|
|
- //"lib%s.so",
|
|
+ "lib%s.so",
|
|
#endif
|
|
NULL,
|
|
};
|