sqlite3: Drop pic as we no longer need the sqlite3 static lib

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.

(From OE-Core rev: 5f614a24ed3b6e4da34beb9a3cede07004134503)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Richard Purdie
2019-11-11 13:20:42 +00:00
parent 49cb5f9b09
commit 176b25bdc8

View 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"