mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +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 += \
|
||||
--enable-shared \
|
||||
--enable-static \
|
||||
--disable-editline
|
||||
--disable-editline \
|
||||
--disable-static-shell
|
||||
|
||||
CONFIGURE_VARS += \
|
||||
config_BUILD_CC="$(HOSTCC)" \
|
||||
|
||||
Reference in New Issue
Block a user