[sqlite] 3.24.0 is 20% larger than 3.23.1

2018-06-11 Thread Lonnie Abelbeck
Hi, Our project did a SQLite version bump from 3.23.1 to 3.24.0 (identical build options), the /usr/lib/libsqlite3.so.0.8.6 lib increased by 20% ! 3.24.0 -rwxr-xr-x1 root root814112 Jun 10 15:31 /usr/lib/libsqlite3.so.0.8.6 (uses libm) 3.23.1 -rwxr-xr-x1 root root

[sqlite] shell tool is no longer dynamically linked

2015-11-12 Thread Lonnie Abelbeck
Hi, I'm a developer with the AstLinux project and we cross-compile for x86 embedded hardware using the "autoconf" version of sqlite. When upgrading from SQLite 3.8.9 to 3.9.2 I noticed our binary image grew by about 600KB, the culprit was the /usr/bin/sqlite3 shell tool is now statically linke

[sqlite] shell tool is no longer dynamically linked

2015-11-13 Thread Lonnie Abelbeck
On Nov 12, 2015, at 1:25 PM, Lonnie Abelbeck wrote: > When upgrading from SQLite 3.8.9 to 3.9.2 I noticed our binary image grew by > about 600KB, the culprit was the /usr/bin/sqlite3 shell tool is now > statically linked instead of dynamically linked as before. Much thanks t

[sqlite] regression: --disable-static-shell no longer works

2016-03-10 Thread Lonnie Abelbeck
Hi, Cross-compiling SQLite from source on Linux using sqlite-autoconf-3110100, the --disable-static-shell option no longer works, a static-linked-sqlite3 binary is created. The regression appears to have occurred here: http://www.sqlite.org/src/fdiff?v1=1c16576507759608&v2=29e2a6e8d0c5e327&sbs=

[sqlite] regression: SQLite 3.18.0 - editline configure no longer working

2017-03-31 Thread Lonnie Abelbeck
Hi, This commit: [bf28a55d] http://www.sqlite.org/src/fdiff?v1=cacf2616abf6e4a5&v2=2893b823ecc86cea&sbs=0 Keeps libedit from be found and used. Using SQLite 3.18.0: --enable-editline --disable-readline -- checking editline/readline.h usability... yes checking editline/readline.h presence... yes