diff options
Diffstat (limited to 'GNUmakefile')
-rw-r--r-- | GNUmakefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile index ce718f7..b8f8d20 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -37,7 +37,7 @@ ifndef ENABLE_THREADS endif URL := http://sqlite.org/2015/sqlite-autoconf-3080900.tar.gz -OPTIONS := --enable-static --disable-shared CFLAGS=-fPIC LDFLAGS=-fPIC +OPTIONS := --enable-static --disable-shared --disable-dynamic-extensions CFLAGS=-fPIC LDFLAGS=-fPIC ifneq "${ENABLE_THREADS}" "yes" OPTIONS += --disable-threadsafe |