Ignore:
Timestamp:
01/03/2020 04:26:23 PM (4 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 9.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
31e8e21
Parents:
741f35be
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • server/databases/sqlite.xml

    r741f35be r5b44f2e  
    176176      <parameter>CFLAGS="-g -O2
    177177      -DSQLITE_ENABLE_FTS3=1
     178      -DSQLITE_ENABLE_FTS3_TOKENIZER=1
    178179      -DSQLITE_ENABLE_FTS4=1
    179180      -DSQLITE_ENABLE_COLUMN_METADATA=1
     
    185186      Since <application>firefox-41</application> the dbstat virtual table and
    186187      FTS3/4 are also required. The only way to do this is to include them in
    187       the CFLAGS. By default, these are set to <literal>"-g -O2"</literal> so we
     188      the CFLAGS. Also, since <application>Thunderbird-52.5.0</application>,
     189      the dual-argument FTS3 tokenizer is required.
     190      By default, these are set to <literal>"-g -O2"</literal> so we
    188191      specify that to preserve those settings. You may, of course, wish to omit
    189192      the <literal>'-g'</literal> if you do not wish to create debugging
Note: See TracChangeset for help on using the changeset viewer.