summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Vacek <patrickvacek@gmail.com>2018-01-05 14:00:03 +0100
committerPatrick Vacek <patrickvacek@gmail.com>2018-01-05 14:44:16 +0100
commit995efb8d6edfb58864bdc243814c46cdf19f8c2e (patch)
treee5f838a62ab92293e53cbe09f5ea29b54b64c72a
parent8a47cb9cb7b28e8c532592baded6d56dcb3ed818 (diff)
downloadmeta-updater-995efb8d6edfb58864bdc243814c46cdf19f8c2e.tar.gz
Backport sqlite3 position-independent code fix for pseudo.
Original message from pyro branch of poky: commit 2ec48473e2f17f6e232aa32ff749b220d9d1bf8f Author: Ross Burton <ross.burton@intel.com> Date: Thu Dec 1 14:56:23 2016 +0000 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. (From OE-Core rev: 6a58e12d19c539deac9e90679a68438497a42fa4) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--recipes-support/sqlite/sqlite3_3.14.1.bbappend1
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-support/sqlite/sqlite3_3.14.1.bbappend b/recipes-support/sqlite/sqlite3_3.14.1.bbappend
new file mode 100644
index 0000000..dcc662c
--- /dev/null
+++ b/recipes-support/sqlite/sqlite3_3.14.1.bbappend
@@ -0,0 +1 @@
CFLAGS_append = " -fPIC"