From 11c407171ed565da7a43f3fa3df2a76983acee5a Mon Sep 17 00:00:00 2001 From: Marc Kleine-Budde Date: Tue, 16 Jun 2009 22:12:27 +0000 Subject: [sqlite] Update and small fix * Update to version 3.6.15 * Add new menu options * Fix compile be using the --disable-amalgamation which removes the need for a working TCL Signed-off-by: Erwin Rol [mkl: fixed whitespace issues] Signed-off-by: Marc Kleine-Budde git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@10809 33e552b5-05e3-0310-8538-816dae2090ed --- rules/sqlite.in | 43 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) (limited to 'rules/sqlite.in') diff --git a/rules/sqlite.in b/rules/sqlite.in index 9afc874f1..a0a796ac6 100644 --- a/rules/sqlite.in +++ b/rules/sqlite.in @@ -30,10 +30,53 @@ config SQLITE_DISABLE_LFS bool prompt "Disable large file support" + +choice + prompt "Temp. RAM storage" + default SQLITE_TEMPSTORE_NEVER + + config SQLITE_TEMPSTORE_NEVER + bool + prompt "never" + + config SQLITE_TEMPSTORE_NO + bool + prompt "no" + + config SQLITE_TEMPSTORE_YES + bool + prompt "yes" + + config SQLITE_TEMPSTORE_ALWAYS + bool + prompt "always" + +endchoice + + config SQLITE_THREADSAFE bool prompt "Safe for use within a multi-threaded program" + +config SQLITE_CROSS_THREAD_CONNECTIONS + bool + prompt "Thread connection sharing" + help + Allow connection sharing across threads + +config SQLITE_THREAD_OVERRIDE_LOCKS + bool + prompt "Thread override locks" + help + Threads can override each others locks + +config SQLITE_LOAD_EXTENTION + bool + prompt "external extensions" + help + Enable loading of external extensions + config SQLITE_READLINE bool prompt "use readline" -- cgit v1.2.3