Changeset b596c229 for server


Ignore:
Timestamp:
12/01/2017 09:01:06 PM (6 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, perl-modules, 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:
206913a
Parents:
7c90a4a
Message:

Adjust sqlite instructions to satisfy thunderbird.
Update to thunderbird-52.5.0.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • server/databases/sqlite.xml

    r7c90a4a rb596c229  
    127127    </para>
    128128
    129 <screen><userinput>./configure --prefix=/usr --disable-static        \
    130             --enable-fts5 CFLAGS="-g -O2          \
    131             -DSQLITE_ENABLE_FTS4=1                \
    132             -DSQLITE_ENABLE_COLUMN_METADATA=1     \
    133             -DSQLITE_ENABLE_UNLOCK_NOTIFY=1       \
    134             -DSQLITE_SECURE_DELETE=1              \
    135             -DSQLITE_ENABLE_DBSTAT_VTAB=1" &amp;&amp;
     129<screen><userinput>./configure --prefix=/usr     \
     130            --disable-static  \
     131            --enable-fts5     \
     132            CFLAGS="-g -O2                    \
     133            -DSQLITE_ENABLE_FTS4=1            \
     134            -DSQLITE_ENABLE_COLUMN_METADATA=1 \
     135            -DSQLITE_ENABLE_UNLOCK_NOTIFY=1   \
     136            -DSQLITE_ENABLE_DBSTAT_VTAB=1     \
     137            -DSQLITE_SECURE_DELETE=1          \
     138            -DSQLITE_ENABLE_FTS3_TOKENIZER=1" &amp;&amp;
    136139make</userinput></screen>
    137140
Note: See TracChangeset for help on using the changeset viewer.