mirror of
https://github.com/matrix-construct/construct
synced 2024-11-19 16:30:52 +01:00
bandb: add -DSQLITE_OMIT_LOAD_EXTENSION for built-in sqlite
This commit is contained in:
parent
411c704f4b
commit
af6b2ce6fc
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ bin_PROGRAMS = bantool
|
|||
AM_CFLAGS=$(WARNFLAGS)
|
||||
|
||||
AM_CPPFLAGS = -I../include -I../libratbox/include @SQLITE_INCLUDES@
|
||||
AM_CPPFLAGS += -DSQLITE_THREADSAFE=0
|
||||
AM_CPPFLAGS += -DSQLITE_THREADSAFE=0 -DSQLITE_OMIT_LOAD_EXTENSION
|
||||
|
||||
bandb_SOURCES = bandb.c rsdb_sqlite3.c rsdb_snprintf.c
|
||||
EXTRA_bandb_SOURCES = sqlite3.c
|
||||
|
|
Loading…
Reference in a new issue