sqlite3: use dynamic linking for sqlite cli tool 7723/head
authorSebastian Kemper <sebastian_ml@gmx.net>
Tue, 18 Dec 2018 19:07:34 +0000 (20:07 +0100)
committerSebastian Kemper <sebastian_ml@gmx.net>
Tue, 18 Dec 2018 19:07:35 +0000 (20:07 +0100)
Otherwise it'll carry a static copy of it's own lib.

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
libs/sqlite3/Makefile

index 7c3a2aac0dfafa95248e4e2372d1f717c16cde3e..574bb0744a7a9f681189a65db0f3d4bf8c9238f9 100644 (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)" \