aboutsummaryrefslogtreecommitdiff
path: root/repos/extra/sqlite/build
diff options
context:
space:
mode:
Diffstat (limited to 'repos/extra/sqlite/build')
-rw-r--r--repos/extra/sqlite/build12
1 files changed, 12 insertions, 0 deletions
diff --git a/repos/extra/sqlite/build b/repos/extra/sqlite/build
new file mode 100644
index 00000000..378c81fb
--- /dev/null
+++ b/repos/extra/sqlite/build
@@ -0,0 +1,12 @@
+./configure \
+ --prefix=/usr \
+ --disable-static \
+ --enable-fts4 \
+ --enable-fts5 \
+ CPPFLAGS="-DSQLITE_ENABLE_COLUMN_METADATA=1 \
+ -DSQLITE_ENABLE_UNLOCK_NOTIFY=1 \
+ -DSQLITE_ENABLE_DBSTAT_VTAB=1 \
+ -DSQLITE_SECURE_DELETE=1 \
+ -DSQLITE_ENABLE_FTS3_TOKENIZER=1"
+make
+make install