Skip to content

Commit

Permalink
SQLITE_OMIT_LOAD_EXTENSION on sqlite3
Browse files Browse the repository at this point in the history
  • Loading branch information
asg017 committed Jun 22, 2022
1 parent 30a9d55 commit 4e4478c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,8 @@ $(TARGET_SQLITE3): $(TARGET_OBJ) dist/sqlite3-extra.c sqlite/shell.c
-lm -pthread \
dist/sqlite3-extra.c sqlite/shell.c $(TARGET_OBJ) \
-L. -I./sqlite \
-DSQLITE_EXTRA_INIT=core_init -DSQLITE3_INIT_FN=sqlite3_html_init -DSQLITE_THREADSAFE=0 \
-DSQLITE_THREADSAFE=0 -DSQLITE_OMIT_LOAD_EXTENSION=1 \
-DSQLITE_EXTRA_INIT=core_init -DSQLITE3_INIT_FN=sqlite3_html_init \
-o $@

$(TARGET_PACKAGE): $(TARGET_LOADABLE) $(TARGET_OBJ) sqlite/sqlite-html.h $(TARGET_SQLITE3)
Expand Down

0 comments on commit 4e4478c

Please sign in to comment.