sqlite3: use dynamic linking for sqlite cli tool

Otherwise it'll carry a static copy of it's own lib.

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
This commit is contained in:
Sebastian Kemper 2018-12-18 20:07:34 +01:00
parent 6fdeb2df93
commit d309d0090c
1 changed files with 2 additions and 1 deletions

View File

@ -79,7 +79,8 @@ TARGET_CFLAGS += $(FPIC) \
CONFIGURE_ARGS += \
--enable-shared \
--enable-static \
--disable-editline
--disable-editline \
--disable-static-shell
CONFIGURE_VARS += \
config_BUILD_CC="$(HOSTCC)" \