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

@ -329,8 +329,8 @@ T.link.shared = $(T.link) $(LDFLAGS.shobj)
#
LDFLAGS.libsqlite3 = \
$(LDFLAGS.rpath) $(LDFLAGS.pthread) \
$(LDFLAGS.math) $(LDFLAGS.dlopen)
# $(LDFLAGS.zlib)
$(LDFLAGS.math) $(LDFLAGS.dlopen) \
$(LDFLAGS.zlib)
#
# $(install-dir.XYZ) = dirs for installation.
@ -1789,7 +1789,7 @@ sqlite3$(T.exe): shell.c sqlite3.c
$(T.link) -o $@ \
shell.c sqlite3.c \
$(CFLAGS.readline) $(SHELL_OPT) \
$(LDFLAGS.libsqlite3) $(LDFLAGS.zlib) $(LDFLAGS.readline) $(LDFLAGS.icu)
$(LDFLAGS.libsqlite3) $(LDFLAGS.readline) $(LDFLAGS.icu)
#
# Build sqlite3$(T.exe) by default except in wasi-sdk builds. Yes, the