Changeset 0e8c7f3


Ignore:
Timestamp:
04/17/2024 09:54:20 AM (13 days ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
trunk
Children:
1c07dc61
Parents:
c6d16d9a
git-author:
Xi Ruoyao <xry111@…> (04/17/2024 09:52:27 AM)
git-committer:
Xi Ruoyao <xry111@…> (04/17/2024 09:54:20 AM)
Message:

sqlite: Remove outdated reference to SeaMonkey

Mozilla has deliberately unsupported building their apps with system
sqlite years ago. While I'm not sure if we can drop the CPPFLAGS thing
at all, let's remove the obvious outdated reference from the explanation
first.

Link: https://bugzilla.mozilla.org/show_bug.cgi?id=1611386

File:
1 edited

Legend:

Unmodified
Added
Removed
  • server/databases/sqlite.xml

    rc6d16d9a r0e8c7f3  
    167167    <para>
    168168      <parameter>CPPFLAGS="-DSQLITE_ENABLE_COLUMN_METADATA=1 ... </parameter>:
    169       Applications such as
    170       <application>SeaMonkey</application> require these options
    171       to be turned on.
     169      Some applications require these options to be turned on.
    172170      The only way to do this is to include them in
    173171      the <envar>CFLAGS</envar> or <envar>CPPFLAGS</envar>.
Note: See TracChangeset for help on using the changeset viewer.