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
This commit is contained in:
parent
584c094ba4
commit
abc19b11e1
@ -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.
|
||||
#
|
||||
|
12
manifest
12
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
|
||||
|
@ -1 +1 @@
|
||||
0b47d88060069781e7e184806d6ecaeff9b9e5d1
|
||||
87a9ee077aa53f1677667983f4566d61ea68b500
|
Loading…
x
Reference in New Issue
Block a user