mirror of
https://github.com/emmett1/lfs-scripts.git
synced 2026-01-24 11:39:02 +00:00
13 lines
301 B
Plaintext
Executable File
13 lines
301 B
Plaintext
Executable File
./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
|