mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-03 14:47:17 +08:00
Add -DSQLITE_ENABLE_FTS3_TOKENIZER=1 to the command explanations for sqlite
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@22534 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
741f35be94
commit
5b44f2e2d8
@ -175,6 +175,7 @@ cp -v -R sqlite-doc-&sqlite-doc-version;/* /usr/share/doc/sqlite-&sqlite-version
|
||||
<para>
|
||||
<parameter>CFLAGS="-g -O2
|
||||
-DSQLITE_ENABLE_FTS3=1
|
||||
-DSQLITE_ENABLE_FTS3_TOKENIZER=1
|
||||
-DSQLITE_ENABLE_FTS4=1
|
||||
-DSQLITE_ENABLE_COLUMN_METADATA=1
|
||||
-DSQLITE_SECURE_DELETE
|
||||
@ -184,7 +185,9 @@ cp -v -R sqlite-doc-&sqlite-doc-version;/* /usr/share/doc/sqlite-&sqlite-version
|
||||
unlock notify to be turned on.
|
||||
Since <application>firefox-41</application> the dbstat virtual table and
|
||||
FTS3/4 are also required. The only way to do this is to include them in
|
||||
the CFLAGS. By default, these are set to <literal>"-g -O2"</literal> so we
|
||||
the CFLAGS. Also, since <application>Thunderbird-52.5.0</application>,
|
||||
the dual-argument FTS3 tokenizer is required.
|
||||
By default, these are set to <literal>"-g -O2"</literal> so we
|
||||
specify that to preserve those settings. You may, of course, wish to omit
|
||||
the <literal>'-g'</literal> if you do not wish to create debugging
|
||||
information. For further information on what can be specified see <ulink
|
||||
|
Loading…
Reference in New Issue
Block a user