diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-11-11 13:20:42 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-11-14 13:20:59 +0000 |
commit | 176b25bdc8acaf32310322af279f70a71b2227a3 (patch) | |
tree | efae9579622461d6bdac40159843feee975ee02e /meta/recipes-support/sqlite | |
parent | 49cb5f9b0948f9b613f2350e00f64cf0447e81f1 (diff) | |
download | poky-176b25bdc8acaf32310322af279f70a71b2227a3.tar.gz |
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>
Diffstat (limited to 'meta/recipes-support/sqlite')
-rw-r--r-- | meta/recipes-support/sqlite/sqlite3.inc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/meta/recipes-support/sqlite/sqlite3.inc b/meta/recipes-support/sqlite/sqlite3.inc index 4af1e09e80..07614bdb3e 100644 --- a/meta/recipes-support/sqlite/sqlite3.inc +++ b/meta/recipes-support/sqlite/sqlite3.inc | |||
@@ -44,8 +44,6 @@ EXTRA_OECONF = " \ | |||
44 | --disable-static-shell \ | 44 | --disable-static-shell \ |
45 | " | 45 | " |
46 | 46 | ||
47 | CFLAGS_append = " -fPIC" | ||
48 | |||
49 | # pread() is in POSIX.1-2001 so any reasonable system must surely support it | 47 | # pread() is in POSIX.1-2001 so any reasonable system must surely support it |
50 | CFLAGS_append = " -DUSE_PREAD" | 48 | CFLAGS_append = " -DUSE_PREAD" |
51 | 49 | ||