Ignore:
Timestamp:
03/17/2020 07:50:34 PM (4 years ago)
Author:
Ken Moffat <ken@…>
Branches:
10.0, 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:
dca1247
Parents:
4969ec3c
Message:

rustc-1.39.0,
librsvg-2.48.0,
fix seamonkey for this version of rust.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • xsoft/other/thunderbird.xml

    r4969ec3c rec2353a  
    1010  <!ENTITY thunderbird-size          "316 MB">
    1111  <!ENTITY thunderbird-buildsize     "8.9 GB (145 MB installed)">
    12   <!ENTITY thunderbird-time          "27 SBU (with -j4, estimated 81 SBU with -j1)">
    13   <!-- Verified the time at -j1 on another system for posterity's sake. -->
     12  <!ENTITY thunderbird-time          "27 SBU (on a 4-core machine)">
     13  <!-- Removed the -j1 time because python and rust do not obey it, although
     14       the C/C++ code appears to obey it -->
    1415]>
    1516
     
    154155
    155156<screen><userinput>cat &gt; mozconfig &lt;&lt; "EOF"
    156 <literal># If you have a multicore machine, the build may be faster if using parallel
    157 # jobs. The build system automatically adds -jN to the "make" flags, where N
    158 # is the number of CPU cores. The option below is therefore useless, unless
    159 # you want to use a smaller number of jobs:
     157<literal># If you have a multicore machine, all cores will be used.
     158# The option below may cause parts of the build to only use one core
     159# if you want to use a smaller number of jobs:
    160160#mk_add_options MOZ_MAKE_FLAGS="-j1"
     161
    161162
    162163# If you have installed dbus-glib, comment out this line:
Note: See TracChangeset for help on using the changeset viewer.