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, 0 insertions, 12 deletions
diff --git a/repos/extra/sqlite/build b/repos/extra/sqlite/build
deleted file mode 100644
index 378c81fb..00000000
--- a/repos/extra/sqlite/build
+++ /dev/null
@@ -1,12 +0,0 @@
-./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