summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/sqlite/sqlite3.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-support/sqlite/sqlite3.inc')
-rw-r--r--meta/recipes-support/sqlite/sqlite3.inc12
1 files changed, 10 insertions, 2 deletions
diff --git a/meta/recipes-support/sqlite/sqlite3.inc b/meta/recipes-support/sqlite/sqlite3.inc
index 1834867d10..daf3db5e9f 100644
--- a/meta/recipes-support/sqlite/sqlite3.inc
+++ b/meta/recipes-support/sqlite/sqlite3.inc
@@ -21,11 +21,19 @@ CVE_PRODUCT = "sqlite"
21 21
22inherit autotools pkgconfig 22inherit autotools pkgconfig
23 23
24PACKAGECONFIG ?= "" 24# enable those which are enabled by default in configure
25PACKAGECONFIG_class-native = "" 25PACKAGECONFIG ?= "fts4 fts5 json1 rtree dyn_ext"
26PACKAGECONFIG_class-native ?= "fts4 fts5 json1 rtree dyn_ext"
26 27
27PACKAGECONFIG[editline] = "--enable-editline,--disable-editline,libedit" 28PACKAGECONFIG[editline] = "--enable-editline,--disable-editline,libedit"
28PACKAGECONFIG[readline] = "--enable-readline,--disable-readline,readline ncurses" 29PACKAGECONFIG[readline] = "--enable-readline,--disable-readline,readline ncurses"
30PACKAGECONFIG[fts3] = "--enable-fts3,--disable-fts3"
31PACKAGECONFIG[fts4] = "--enable-fts4,--disable-fts4"
32PACKAGECONFIG[fts5] = "--enable-fts5,--disable-fts5"
33PACKAGECONFIG[json1] = "--enable-json1,--disable-json1"
34PACKAGECONFIG[rtree] = "--enable-rtree,--disable-rtree"
35PACKAGECONFIG[session] = "--enable-session,--disable-session"
36PACKAGECONFIG[dyn_ext] = "--enable-dynamic-extensions,--disable-dynamic-extensions"
29 37
30EXTRA_OECONF = " \ 38EXTRA_OECONF = " \
31 --enable-shared \ 39 --enable-shared \