forked from pool/sqlite3
Version 3.6.22
OBS-URL: https://build.opensuse.org/package/show/server:database/sqlite3?expand=0&rev=17
This commit is contained in:
@@ -11,20 +11,3 @@
|
||||
TEA_ADD_CFLAGS([-DSQLITE_ENABLE_FTS3=1])
|
||||
TEA_ADD_STUB_SOURCES([])
|
||||
TEA_ADD_TCL_SOURCES([])
|
||||
diff '--exclude=configure' -ruBb sqlite-3_6_20-tea/generic/tclsqlite3.c sqlite-3.6.20-amalgamation/tcl/generic/tclsqlite3.c
|
||||
--- sqlite-tcl/generic/tclsqlite3.c
|
||||
+++ sqlite-tcl/generic/tclsqlite3.c
|
||||
@@ -33,10 +33,12 @@
|
||||
** appended to the amalgamation.
|
||||
*/
|
||||
#ifndef SQLITE_AMALGAMATION
|
||||
-# include "sqliteInt.h"
|
||||
+# include "sqlite3.h"
|
||||
# include <stdlib.h>
|
||||
# include <string.h>
|
||||
# include <assert.h>
|
||||
+# include <stdint.h>
|
||||
+ typedef uint8_t u8;
|
||||
#endif
|
||||
#include <ctype.h>
|
||||
|
||||
|
Reference in New Issue
Block a user