sqlite: build shared

Signed-off-by: Matthias Reichl <hias@horus.com>
This commit is contained in:
Matthias Reichl 2018-06-09 15:27:17 +02:00
parent df524236d2
commit 28fde0b15f

View File

@ -62,8 +62,8 @@ PKG_BUILD_FLAGS="+pic +pic:host -parallel"
# mmap_size pragma.
CFLAGS="$CFLAGS -DSQLITE_TEMP_STORE=3 -DSQLITE_DEFAULT_MMAP_SIZE=268435456"
PKG_CONFIGURE_OPTS_TARGET="--enable-static \
--disable-shared \
PKG_CONFIGURE_OPTS_TARGET="--disable-static \
--enable-shared \
--disable-readline \
--enable-threadsafe \
--enable-dynamic-extensions \