1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-07-29 08:01:23 +03:00

Patch bundle accumulated via /chat: add missing --enable/disable-shared flag to configure script and update testrunner.tcl for other configure script flag changes.

FossilOrigin-Name: 32fc9c3f62601684b4ded783a79ebf817d093588c87ece02b449c3542881b65a
This commit is contained in:
stephan
2024-10-26 16:03:04 +00:00
parent 26d5652b56
commit ccb1211b54
6 changed files with 28 additions and 27 deletions

View File

@ -164,6 +164,7 @@ set flags {
editline=0 => {BSD editline support}
readline=1 => {Disable readline support}
largefile=1 => {Disable large file support}
shared=1 => {Disable build of shared libary}
with-readline-lib: => {Readline library}
with-readline-inc: => {Readline include paths}
with-linenoise:DIR => {}
@ -343,7 +344,7 @@ if {"" eq [hwaci-bin-define install]} {
# cross-compiling.
define BUILD_CC [get-define CC_FOR_BUILD]
define BUILD_CFLAGS [get-env BUILD_CFLAGS {-g}]
define ENABLE_SHARED 1
define ENABLE_SHARED [opt-bool shared]
define HAVE_TCL 0
########################################################################