Module submission - sqlite

jean.bruenn@ip-minds.de jean.bruenn at ip-minds.de
Tue Aug 15 21:15:02 UTC 2006


module name       : sqlite
suggested section : sql
update (y/n)      : n
bugfix (y/n)      : n
security (y/n)    : n

seems like nobody is really looking at this thing.
--enable-utf8 isn't in ./configure ... added two new
things..
don't know what this is..update? perhaps leave the UPDATED
line as it is. Maybe we could need a "modul (y/n)" for modul
changes...

Jean Michel Bruenn

-------------- next part --------------
--- sqlite/CONFIGURE	2005-05-07 20:09:18.000000000 +0200
+++ sqlite/CONFIGURE	2006-08-15 23:10:24.794146000 +0200
@@ -1,7 +1,11 @@
 if  !  grep  -q  CONFIGURED  $MODULE_CONFIG;  then
 
-  if  query  "Enable UTF8 characterset?" y;  then
-    OPTS="$OPTS --enable-utf8"
+  if  query  "Use an in-ram database for temporary tables?" y;  then
+    OPTS="$OPTS --enable-tempstore"
+  fi
+
+  if query "Support threadsafe operation?" y; then
+    OPTS="$OPTS --enable-threadsafe"
   fi
 
   echo  'CONFIGURED="y"'  >>  $MODULE_CONFIG
--- sqlite/DETAILS	2006-08-13 17:31:44.000000000 +0200
+++ sqlite/DETAILS	2006-08-15 23:07:39.514146000 +0200
@@ -5,7 +5,7 @@
       SOURCE_VFY=sha1:10c5a94a500a1065adcbbeae4b3a8b6956939a9c
         WEB_SITE=http://www.sqlite.org/
          ENTERED=20011016
-         UPDATED=20060813
+         UPDATED=20060915
            SHORT="An SQL engine in a C library."
 
 cat << EOF
-------------- next part --------------
lvu submit sqlite 9890f309f3d09100a37b25edd1c960fa  -
2.6.17.8-server 2.6.12 gcc-3.4.6 glibc-2.3.6



More information about the Lunar mailing list