diff options
| author | Marian Buschsieweke <marian.buschsieweke@ovgu.de> | 2018-12-28 09:00:16 +0100 |
|---|---|---|
| committer | Leonardo Arena <rnalrd@alpinelinux.org> | 2018-12-31 11:19:26 +0000 |
| commit | 856c64b1dc1f9b8176c60e28808482f8503c4e98 (patch) | |
| tree | e3483b8ccd5451264f56258a67a1df695a0048e3 /testing/log4cpp | |
| parent | 00b1814ef62a2f7138b6354f44e8f4fa0d4df884 (diff) | |
| download | aports-856c64b1dc1f9b8176c60e28808482f8503c4e98.tar.bz2 aports-856c64b1dc1f9b8176c60e28808482f8503c4e98.tar.xz | |
main/sqlite: Enabled FTS3
SQLITE_ENABLE_FTS3 is already defined via `-DSQLITE_ENABLE_FTS3` in
`CFLAGS`, however this approach does not work (compile source below to
verify). Adding `--enable-fts3` as parameter did the trick. FTS3 is required
e.g. by Firefox.
#include <stdio.h>
#include "sqlite3.h"
int main(int argc, char **argv){
if (sqlite3_compileoption_used("SQLITE_ENABLE_FTS3"))
puts("yes");
else
puts("no");
return 0;
}
Diffstat (limited to 'testing/log4cpp')
0 files changed, 0 insertions, 0 deletions
