sqlite3-cli: use shared library to link sqlite3 binary
authorGaëtan Buchetet <bubuche.pub@free.fr>
Mon, 5 Feb 2018 21:35:20 +0000 (22:35 +0100)
committerKarl Palsson <karlp@etactica.com>
Mon, 19 Feb 2018 11:02:28 +0000 (11:02 +0000)
commit572a717274e12505b2bd6659ef48fe33d3a3ca6e
tree9f11703bd66235d57c41647da5a14698a4c12c19
parent4b0ed514de30717548f85541c36c7600c58aeb09
sqlite3-cli: use shared library to link sqlite3 binary

The sqlite3 binary was linked against the static library of libsqlite3.
It now uses the .so library of the libsqlite3 package. This dropped size
of the sqlite3 binary from 652k to 91k.

Signed-off-by: Gaëtan Buchetet <bubuche.pub@free.fr>
libs/sqlite3/Makefile