From 52d3fd79aac9decf6cb0ef617e7638abe7ebd053 Mon Sep 17 00:00:00 2001 From: lloyd Date: Tue, 7 Jan 2014 00:30:03 +0000 Subject: Move python to src, add to main makefile --- src/contrib/sqlite/sqlite3-amalgamation.patch | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 src/contrib/sqlite/sqlite3-amalgamation.patch (limited to 'src/contrib/sqlite/sqlite3-amalgamation.patch') diff --git a/src/contrib/sqlite/sqlite3-amalgamation.patch b/src/contrib/sqlite/sqlite3-amalgamation.patch new file mode 100644 index 000000000..1c2a5c69d --- /dev/null +++ b/src/contrib/sqlite/sqlite3-amalgamation.patch @@ -0,0 +1,15 @@ +--- ./sqlite3.c.orig 2011-05-12 10:03:32.051879390 +0800 ++++ ./sqlite3.c 2011-05-12 10:09:04.028550281 +0800 +@@ -17,6 +17,7 @@ + ** language. The code for the "sqlite3" command-line shell is also in a + ** separate file. This file contains only code for the core SQLite library. + */ ++#define SQLITE_HAS_CODEC 1 + #define SQLITE_CORE 1 + #define SQLITE_AMALGAMATION 1 + #ifndef SQLITE_PRIVATE +@@ -125956,3 +125957,4 @@ + #endif /* !defined(SQLITE_CORE) || defined(SQLITE_ENABLE_FTS3) */ + + /************** End of fts3_icu.c ********************************************/ ++#include "codecext.c" -- cgit v1.2.3