From: drh Date: Thu, 21 Dec 2006 22:38:23 +0000 (+0000) Subject: Disable extension loading by default. At some point we should change X-Git-Tag: version-3.6.10~2623 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=abc19b11e12b941e029d239e5f2073abda9ee79e;p=thirdparty%2Fsqlite.git Disable extension loading by default. At some point we should change 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 --- diff --git a/Makefile.in b/Makefile.in index 6ec95da15c..01450dd0d2 100644 --- a/Makefile.in +++ b/Makefile.in @@ -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. # diff --git a/manifest b/manifest index e5165bb40e..a6cce918b0 100644 --- 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 diff --git a/manifest.uuid b/manifest.uuid index abdf5d7c33..667e706e9c 100644 --- a/manifest.uuid +++ b/manifest.uuid @@ -1 +1 @@ -0b47d88060069781e7e184806d6ecaeff9b9e5d1 \ No newline at end of file +87a9ee077aa53f1677667983f4566d61ea68b500 \ No newline at end of file