Ignore:
Timestamp:
06/23/2016 10:02:02 PM (8 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 8.0, 8.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, nosym, 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:
773ef6d
Parents:
9318937b
Message:

Update to sudo-1.8.17p1.
Update to gtksourceview-3.20.4.
Update sqlite CFLAGS.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • server/databases/sqlite.xml

    r9318937b r7594f10  
    129129<screen><userinput>./configure --prefix=/usr --disable-static        \
    130130            CFLAGS="-g -O2 -DSQLITE_ENABLE_FTS3=1 \
     131            -DSQLITE_ENABLE_FTS3_TOKENIZER=1      \
    131132            -DSQLITE_ENABLE_COLUMN_METADATA=1     \
    132133            -DSQLITE_ENABLE_UNLOCK_NOTIFY=1       \
     
    163164    <para>
    164165      <parameter>CFLAGS="-g -O2 -DSQLITE_ENABLE_FTS3=1
    165       -DSQLITE_ENABLE_COLUMN_METADATA=1 -DSQLITE_SECURE_DELETE
    166       -DSQLITE_ENABLE_UNLOCK_NOTIFY=1 -DSQLITE_ENABLE_DBSTAT_VTAB=1"</parameter>:
    167       Applications such as <application>Firefox</application> require secure
    168       delete and enable unlock notify to be turned on.  Since
    169       <application>firefox-41</application> the dbstat virtual table is also
    170       required. The only way to do this is to include them in the
     166      -DSQLITE_ENABLE_FTS3_TOKENIZER=1 -DSQLITE_ENABLE_COLUMN_METADATA=1
     167      -DSQLITE_SECURE_DELETE -DSQLITE_ENABLE_UNLOCK_NOTIFY=1
     168      -DSQLITE_ENABLE_DBSTAT_VTAB=1"</parameter>: Applications such as
     169      <application>Firefox</application> require secure delete and enable
     170      unlock notify to be turned on.  Thunderbird requires teh fts3_tokenizer
     171      option. Since <application>firefox-41</application> the dbstat virtual
     172      table is also required. The only way to do this is to include them in the
    171173      CFLAGS. By default, these are set to <literal>"-g -O2"</literal> so we
    172174      specify that to preserve those settings. You may, of course, wish to omit
    173175      the <literal>'-g'</literal> if you do not wish to create debugging
    174       information. For further information on what can be specified see
    175       <ulink url="http://www.sqlite.org/compile.html"/>.
     176      information. For further information on what can be specified see <ulink
     177      url="http://www.sqlite.org/compile.html"/>.
    176178    </para>
    177179
Note: See TracChangeset for help on using the changeset viewer.