projects
/
feed
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6fdeb2d
)
sqlite3: use dynamic linking for sqlite cli tool
7723/head
author
Sebastian Kemper
<sebastian_ml@gmx.net>
Tue, 18 Dec 2018 19:07:34 +0000
(20:07 +0100)
committer
Sebastian 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
patch
|
blob
|
history
diff --git
a/libs/sqlite3/Makefile
b/libs/sqlite3/Makefile
index 7c3a2aac0dfafa95248e4e2372d1f717c16cde3e..574bb0744a7a9f681189a65db0f3d4bf8c9238f9 100644
(file)
--- a/
libs/sqlite3/Makefile
+++ b/
libs/sqlite3/Makefile
@@
-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)" \