From f6d41618fb1b9e0449af63811c75b20f55237fb6 Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Wed, 1 Jul 2015 17:29:37 -0400 Subject: Allowing SQLite3 to use dlopen() is probably a bad idea, and allowing dlopen() complicates the build, so disable it. --- GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3