Changeset d41a4f8 for xsoft


Ignore:
Timestamp:
02/24/2021 10:25:26 PM (3 years ago)
Author:
Ken Moffat <ken@…>
Branches:
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:
bf07273
Parents:
3d678dc
Message:

Thunderbird-78.8.0 (security fix).

I have brought the instructions a little more into line with firefox,
but retained gold: that makes the build marginally slower (but still
rounds to the same SBU with 4 cores) but saves 2MB in the install.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • xsoft/other/thunderbird.xml

    r3d678dc rd41a4f8  
    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        "54d2c2a3591b59ffd8d877edd60a8255">
    10   <!ENTITY thunderbird-size          "345 MB">
    11   <!ENTITY thunderbird-buildsize     "5.4 GB (178 MB installed)">
     9  <!ENTITY thunderbird-md5sum        "67ad58f6e1654d999fdc939bdaaa7b3e">
     10  <!ENTITY thunderbird-size          "337 MB">
     11  <!ENTITY thunderbird-buildsize     "5.3 GB (183 MB installed)">
    1212  <!ENTITY thunderbird-time          "29 SBU (on a 4-core machine)">
    1313  <!-- Removed the -j1 time because python and rust do not obey it, although
     
    247247    </note>
    248248
    249 <screen><userinput>CC=gcc CXX=g++ ./mach build</userinput></screen>
     249<screen><userinput>export CC=gcc CXX=g++ &amp;&amp;
     250./mach configure                           &amp;&amp;
     251./mach build</userinput></screen>
    250252
    251253    <para>
Note: See TracChangeset for help on using the changeset viewer.