diff options
| author | emmett1 <emmett1.2miligrams@protonmail.com> | 2024-06-13 00:25:03 +0800 |
|---|---|---|
| committer | emmett1 <emmett1.2miligrams@protonmail.com> | 2024-06-13 00:25:03 +0800 |
| commit | 239ced844ea434e623686094af3de168f90e4391 (patch) | |
| tree | 541d2c575f3b3832ca1a3087bde3f65dc74a8f89 /repos/extra/sqlite/build | |
| parent | 3f80bb67166389b3acabf8f024ee1ad1a4364c1f (diff) | |
| download | alicelinux-239ced844ea434e623686094af3de168f90e4391.tar.gz alicelinux-239ced844ea434e623686094af3de168f90e4391.zip | |
repos updated
Diffstat (limited to 'repos/extra/sqlite/build')
| -rw-r--r-- | repos/extra/sqlite/build | 12 |
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 |