mirror of
https://git.yoctoproject.org/poky
synced 2026-04-26 18:32:13 +02:00
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:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user