52103c6129
* imagemagick: update to 7.0.10.2 * fossil: update to 2.10 Had to disable tests checking for sqlite3 as they try to run cross-compiled tests * automake: update to 1.16.2 * ghostscript: update to 9.52 * cmake: update to 3.17.0 * git: update to 2.26.0 * krb5: update to 1.18 * ldc: update to 1.20.1
12 lines
378 B
Diff
12 lines
378 B
Diff
--- ../plugins.c.orig 2020-03-24 12:00:24.214840738 +0000
|
|
+++ src/util/support/plugins.c 2020-03-24 12:04:04.597776193 +0000
|
|
@@ -62,7 +62,7 @@
|
|
* dlopen() with RTLD_NODELETE, we weren't going to unload the plugin objects
|
|
* anyway.
|
|
*/
|
|
-#ifdef __linux__
|
|
+#if defined(__linux__) && !defined(__ANDROID__)
|
|
#include <features.h>
|
|
#if ! __GLIBC_PREREQ(2, 25)
|
|
#define dlclose(x)
|