summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-support')
-rw-r--r--meta/recipes-support/sqlite/sqlite3.inc7
1 files changed, 6 insertions, 1 deletions
diff --git a/meta/recipes-support/sqlite/sqlite3.inc b/meta/recipes-support/sqlite/sqlite3.inc
index 540d2b6314..87cdf26146 100644
--- a/meta/recipes-support/sqlite/sqlite3.inc
+++ b/meta/recipes-support/sqlite/sqlite3.inc
@@ -24,7 +24,12 @@ PACKAGECONFIG_class-native = ""
24 24
25PACKAGECONFIG[readline] = "--enable-readline,--disable-readline,readline ncurses" 25PACKAGECONFIG[readline] = "--enable-readline,--disable-readline,readline ncurses"
26 26
27EXTRA_OECONF = "--enable-shared --enable-threadsafe --disable-editline" 27EXTRA_OECONF = " \
28 --enable-shared \
29 --enable-threadsafe \
30 --disable-editline \
31 --disable-static-shell \
32"
28 33
29# pread() is in POSIX.1-2001 so any reasonable system must surely support it 34# pread() is in POSIX.1-2001 so any reasonable system must surely support it
30BUILD_CFLAGS += "-DUSE_PREAD" 35BUILD_CFLAGS += "-DUSE_PREAD"