]> code.ossystems Code Review - openembedded-core.git/commit
sqlite3.inc: dynamically link the sqlite3 command-line utility
authorAndre McCurdy <armccurdy@gmail.com>
Sat, 23 Jan 2016 01:26:03 +0000 (17:26 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 24 Jan 2016 10:55:44 +0000 (10:55 +0000)
commit432952090b2faa14437d550f58a00a364d554b2e
treea4dfa7e73b94a997a2d56b65532b220b0c241c62
parent34ddae767620186646fb5d36ab240fd6c98a5cbb
sqlite3.inc: dynamically link the sqlite3 command-line utility

By default, the sqlite3 command-line utility will be statically linked
with sqlite3. For OE, dynamic linking is probably more appropriate and
can be enabled by configuring with "--disable-static-shell".

Signed-off-by: Andre McCurdy <armccurdy@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-support/sqlite/sqlite3.inc