Changeset b596c229


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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    r7c90a4a rb596c229  
    4646      <itemizedlist>
    4747        <listitem>
     48          <para>[bdubbs] - Adjust sqlite instructions to satisfy thunderbird.</para>
     49        </listitem>
     50        <listitem>
     51          <para>[bdubbs] - Update to thunderbird-52.5.0. Fixes
     52          <ulink url="&blfs-ticket-root;10066">#10066</ulink>.</para>
     53        </listitem>
     54        <listitem>
    4855          <para>[bdubbs] - Update to wireshark-2.4.3. Fixes
    4956          <ulink url="&blfs-ticket-root;10098">#10098</ulink>.</para>
  • packages.ent

    r7c90a4a rb596c229  
    747747<!ENTITY rox-filer-version            "2.11">
    748748<!ENTITY rxvt-unicode-version         "9.22">
    749 <!ENTITY thunderbird-version          "52.4.0">
     749<!ENTITY thunderbird-version          "52.5.0">
    750750<!ENTITY tigervnc-version             "1.8.0">
    751751<!ENTITY transmission-version         "2.92">
  • 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
  • xsoft/other/thunderbird.xml

    r7c90a4a rb596c229  
    77  <!ENTITY thunderbird-download-http "&mozilla-http;/thunderbird/releases/&thunderbird-version;/source/thunderbird-&thunderbird-version;.source.tar.xz">
    88  <!ENTITY thunderbird-download-ftp  " ">
    9   <!ENTITY thunderbird-md5sum        "e5d6e32acca01ce833b03df71a0954c5">
    10   <!ENTITY thunderbird-size          "218 MB">
    11   <!ENTITY thunderbird-buildsize     "4.5 GB (113 MB installed)">
    12   <!ENTITY thunderbird-time          "14 SBU (with -j4, estimated 63 SBU with -j1)">
     9  <!ENTITY thunderbird-md5sum        "68a347d0fcc9be1a9e9a01375e399d0a">
     10  <!ENTITY thunderbird-size          "220 MB">
     11  <!ENTITY thunderbird-buildsize     "4.6 GB (112 MB installed)">
     12  <!ENTITY thunderbird-time          "16 SBU (with -j4, estimated 63 SBU with -j1)">
    1313  <!-- Verified the time at -j1 on another system for posterity's sake. -->
    1414]>
Note: See TracChangeset for help on using the changeset viewer.