Changeset 477e9f51 for server/databases


Ignore:
Timestamp:
07/11/2020 11:57:31 PM (4 years ago)
Author:
Ken Moffat <ken@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.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:
6ff9f66
Parents:
2df48d5
Message:

sqlite3: Update explanation of CFLAGS -

Firefox can no-longer use system sqlite, and both SeaMonkey and Thunderird
have moved beyond the old versions specified in the previous details.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@23384 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • server/databases/sqlite.xml

    r2df48d5 r477e9f51  
    182182      -DSQLITE_ENABLE_UNLOCK_NOTIFY=1
    183183      -DSQLITE_ENABLE_DBSTAT_VTAB=1"</parameter>: Applications such as
    184       <application>Firefox</application> require secure delete and enable
    185       unlock notify to be turned on.
    186       Since <application>firefox-41</application> the dbstat virtual table and
    187       FTS3/4 are also required. The only way to do this is to include them in
    188       the CFLAGS. Also, since <application>Thunderbird-52.5.0</application>,
    189       the dual-argument FTS3 tokenizer is required.
     184      <application>SeaMonkey</application> and
     185      <application>Thunderbird</application> require these options
     186      to be turned on.
     187      The only way to do this is to include them in
     188      the CFLAGS.
    190189      By default, these are set to <literal>"-g -O2"</literal> so we
    191190      specify that to preserve those settings. You may, of course, wish to omit
Note: See TracChangeset for help on using the changeset viewer.