summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-support/sqlite/sqlite3.inc2
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
47CFLAGS_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
50CFLAGS_append = " -DUSE_PREAD" 48CFLAGS_append = " -DUSE_PREAD"
51 49