]> code.ossystems Code Review - openembedded-core.git/commitdiff
sqlite3: Drop pic as we no longer need the sqlite3 static lib
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 11 Nov 2019 13:20:42 +0000 (13:20 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 14 Nov 2019 12:55:56 +0000 (12:55 +0000)
This was added in:
https://git.openembedded.org/openembedded-core/commit/?id=6a58e12d19c539deac9e90679a68438497a42fa4
but is no longer needed now pseudo doesn't use sqlite's static lib.

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

index 4af1e09e80d587b52b240ff01d5b38ef87410cf4..07614bdb3e36c5b0528a75f10ca730bc8aadcafe 100644 (file)
@@ -44,8 +44,6 @@ EXTRA_OECONF = " \
     --disable-static-shell \
 "
 
-CFLAGS_append = " -fPIC"
-
 # pread() is in POSIX.1-2001 so any reasonable system must surely support it
 CFLAGS_append = " -DUSE_PREAD"