]> git.ipfire.org Git - thirdparty/sqlite.git/commitdiff
Disable extension loading by default. At some point we should change
authordrh <drh@noemail.net>
Thu, 21 Dec 2006 22:38:23 +0000 (22:38 +0000)
committerdrh <drh@noemail.net>
Thu, 21 Dec 2006 22:38:23 +0000 (22:38 +0000)
the configure script to detect the presence of dlopen() automatically
and add the appropriate library to the link.  But that requires a
working version of autoconf, which I do not have.  Ticket #2124. (CVS 3545)

FossilOrigin-Name: 87a9ee077aa53f1677667983f4566d61ea68b500

Makefile.in
manifest
manifest.uuid

index 6ec95da15c0d4d3459c59e6bf2a1b25bfea8fcb5..01450dd0d2537be246ae687f8d62166592b05fda 100644 (file)
@@ -116,9 +116,7 @@ NAWK = @AWK@
 
 # You should not have to change anything below this line
 ###############################################################################
-OPTS = 
-OPTS += -DSQLITE_OMIT_CURSOR          # Cursors do not work at this time
-TCC += -DSQLITE_OMIT_CURSOR
+TCC += -DSQLITE_OMIT_LOAD_EXTENSION=1
 
 # Object files for the SQLite library.
 #
index e5165bb40e8b153a82b20d9453984700fcb864fb..a6cce918b0e72601b54bf61a50684f75c6492537 100644 (file)
--- a/manifest
+++ b/manifest
@@ -1,6 +1,6 @@
-C More\sfixes\sto\sthe\smicrosoft\scode-page\snightmare...\s(CVS\s3544)
-D 2006-12-21T03:20:41
-F Makefile.in 8e14898d41a53033ecb687d93c9cd5d109fb9ae3
+C Disable\sextension\sloading\sby\sdefault.\s\sAt\ssome\spoint\swe\sshould\schange\nthe\sconfigure\sscript\sto\sdetect\sthe\spresence\sof\sdlopen()\sautomatically\nand\sadd\sthe\sappropriate\slibrary\sto\sthe\slink.\s\sBut\sthat\srequires\sa\nworking\sversion\sof\sautoconf,\swhich\sI\sdo\snot\shave.\s\sTicket\s#2124.\s(CVS\s3545)
+D 2006-12-21T22:38:23
+F Makefile.in 63a71177ed4355c829229affe11167bd28c85884
 F Makefile.linux-gcc 2d8574d1ba75f129aba2019f0b959db380a90935
 F README 9c4e2d6706bdcc3efdd773ce752a8cdab4f90028
 F VERSION 9e94305f713b6e93b9432b92796b3b28d9bf0a93
@@ -423,7 +423,7 @@ F www/tclsqlite.tcl bb0d1357328a42b1993d78573e587c6dcbc964b9
 F www/vdbe.tcl 87a31ace769f20d3627a64fa1fade7fed47b90d0
 F www/version3.tcl 890248cf7b70e60c383b0e84d77d5132b3ead42b
 F www/whentouse.tcl 97e2b5cd296f7d8057e11f44427dea8a4c2db513
-P e3dddd1cef5877c009852fd7f484973843e26e00
-R 73c89ed5916e57284a7ee348ebe00fd3
+P 0b47d88060069781e7e184806d6ecaeff9b9e5d1
+R 6a280fa68a0bc3c2c848b78772b35cca
 U drh
-Z da8e9bd7450544645912de3f756444c4
+Z e51b7846a9a54e4c845b251e7b1cf23f
index abdf5d7c3368784e9c34c3ac0f5e1050be35186a..667e706e9c42a74a2a63e56e0633fff12e3bc00a 100644 (file)
@@ -1 +1 @@
-0b47d88060069781e7e184806d6ecaeff9b9e5d1
\ No newline at end of file
+87a9ee077aa53f1677667983f4566d61ea68b500
\ No newline at end of file