]> code.ossystems Code Review - openembedded-core.git/commit
sqlite: build position-independent code
authorRoss Burton <ross.burton@intel.com>
Thu, 1 Dec 2016 14:56:23 +0000 (14:56 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 16 Dec 2016 08:30:01 +0000 (08:30 +0000)
commit6a58e12d19c539deac9e90679a68438497a42fa4
treece4d824f541b352ab6f86edabdbbcc4dda0088ea
parente9114bdd8a83b88f59526780910c49e3092fdd57
sqlite: build position-independent code

pseudo links against this and uses PIC, so some toolchain combinations will
refuse to link against sqlite unless it is also PIC.

Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-support/sqlite/sqlite3.inc