diff options
author | lloyd <[email protected]> | 2012-06-17 18:47:59 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2012-06-17 18:47:59 +0000 |
commit | 61950bd643ca50d25282d5f428023e0f7a81353f (patch) | |
tree | 85326d1653c83cb477b7b807f7d76b003152d381 /src/wrap/sqlite/sqlite3-amalgamation.patch | |
parent | 413246d555f9dcc0bac1cefe73bb141f0d8f14f5 (diff) |
Patch name changed
Diffstat (limited to 'src/wrap/sqlite/sqlite3-amalgamation.patch')
-rw-r--r-- | src/wrap/sqlite/sqlite3-amalgamation.patch | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/src/wrap/sqlite/sqlite3-amalgamation.patch b/src/wrap/sqlite/sqlite3-amalgamation.patch new file mode 100644 index 000000000..1c2a5c69d --- /dev/null +++ b/src/wrap/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" |