|
@@ -23,11 +23,14 @@
|
|
|
# define SQLITE_PRIVATE static
|
|
|
#endif
|
|
|
|
|
|
-//Mark was here! tmp fix for androi NDK v 15.2.4203891
|
|
|
+//Mark was here! tmp fix for android NDK v 15.2.4203891
|
|
|
#if __ANDROID__
|
|
|
#include <sys/mman.h>
|
|
|
#endif
|
|
|
|
|
|
+// Mark was here! Disable dlopen stuff
|
|
|
+#define SQLITE_OMIT_LOAD_EXTENSION 1
|
|
|
+
|
|
|
/************** Begin file ctime.c *******************************************/
|
|
|
/*
|
|
|
** 2010 February 23
|