mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
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:
@@ -79,7 +79,8 @@ TARGET_CFLAGS += $(FPIC) \
|
|||||||
CONFIGURE_ARGS += \
|
CONFIGURE_ARGS += \
|
||||||
--enable-shared \
|
--enable-shared \
|
||||||
--enable-static \
|
--enable-static \
|
||||||
--disable-editline
|
--disable-editline \
|
||||||
|
--disable-static-shell
|
||||||
|
|
||||||
CONFIGURE_VARS += \
|
CONFIGURE_VARS += \
|
||||||
config_BUILD_CC="$(HOSTCC)" \
|
config_BUILD_CC="$(HOSTCC)" \
|
||||||
|
|||||||
Reference in New Issue
Block a user