Changeset e628b536 for xsoft


Ignore:
Timestamp:
09/05/2018 09:57:20 PM (6 years ago)
Author:
Ken Moffat <ken@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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:
4d7d99d
Parents:
7f7c2b0
Message:

firefox-62.0

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • xsoft/graphweb/firefox.xml

    r7f7c2b0 re628b536  
    77  <!ENTITY firefox-download-http "&mozilla-http;/firefox/releases/&firefox-version;/source/firefox-&firefox-version;.source.tar.xz">
    88  <!ENTITY firefox-download-ftp  " ">
    9   <!ENTITY firefox-md5sum        "f8ad78a0dfa6fa5dc67563785d62a25b">
    10   <!ENTITY firefox-size          "254 MB">
     9  <!ENTITY firefox-md5sum        "dfa830ac99156ece5e580c82d1abdead">
     10  <!ENTITY firefox-size          "247 MB">
    1111  <!-- NB with stylo, much of the build uses rust, and therefore cargo files.
    1212    But the extra cached cargo files, if any, seem to be minimal -->
    13   <!ENTITY firefox-buildsize     "9.2 GB (139 MB installed) without tests">
    14   <!ENTITY firefox-time          "31 SBU (with parallelism=4) without tests">
     13  <!ENTITY firefox-buildsize     "9.5 GB (142 MB installed) without tests">
     14  <!ENTITY firefox-time          "25 SBU (with parallelism=4) without tests">
    1515]>
    1616
     
    111111        of real memory is used during the final link and the SBUs can increase
    112112        significantly if the machine has to swap to do this.
     113      </para>
     114
     115      <para>
     116        The mach build system (Python scripts) can be somewhat unreliable: if
     117        the build fails and reports an Error, it can still return a status of
     118        success, causing a scripted build to try to install (which does not rerun
     119        the build), fail during the preparations for installing, but still exit
     120        with a status of success. Also, on occasion it may limit itself to only
     121        running one set of jobs - that will make the build take about 3 times as
     122        long as running with four sets of jobs.
    113123      </para>
    114124
     
    274284ac_add_options --enable-system-pixman
    275285
    276 ac_add_options --with-pthreads
     286# From firefox-62 --with-pthreads is not recognized
    277287
    278288ac_add_options --with-system-bz2
Note: See TracChangeset for help on using the changeset viewer.