- Enable fts3_tokenizer() (disabled by default with 3.11.0)

OBS-URL: https://build.opensuse.org/package/show/server:database/sqlite3?expand=0&rev=196
This commit is contained in:
Martin Pluskal 2017-09-05 14:24:08 +00:00 committed by Git OBS Bridge
parent 28b2f1fb20
commit 7fd9df5d6a
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Sep 5 14:22:15 UTC 2017 - mpluskal@suse.com
- Enable fts3_tokenizer() (disabled by default with 3.11.0)
-------------------------------------------------------------------
Wed Aug 30 07:46:10 UTC 2017 - astieger@suse.com

View File

@ -126,6 +126,7 @@ export CFLAGS="%{optflags} \
-DSQLITE_SOUNDEX \
-DSQLITE_ENABLE_UNLOCK_NOTIFY \
-DSQLITE_SECURE_DELETE \
-DSQLITE_ENABLE_FTS3_TOKENIZER \
"
%configure \
--disable-static \