Changeset c9677a35 for xsoft


Ignore:
Timestamp:
06/19/2019 10:13:47 AM (5 years ago)
Author:
Ken Moffat <ken@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 9.0, 9.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:
8e4c989
Parents:
2e98a372
Message:

Firefox-67.0.3

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • xsoft/graphweb/firefox.xml

    r2e98a372 rc9677a35  
    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        "44ddd660e0d195be793a0f5d79946709">
    10   <!ENTITY firefox-size          "270 MB">
     9  <!ENTITY firefox-md5sum        "b1bcca10225cb12288b7275faad1e99e">
     10  <!ENTITY firefox-size          "273 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     "3.8 GB (154 MB installed) without tests">
     13  <!ENTITY firefox-buildsize     "3.9 GB (160 MB installed) without tests">
    1414  <!-- editors: with ff63 and rust-1.29, ./mach build -j4 is probably the
    1515   most practical way to get a timing on a machine with more cores, if taking
     
    285285ac_add_options --enable-application=browser
    286286
     287# The elf-hack is reported to cause failed installs (after successful builds)
     288# on some machines. It is supposed to improve startup time and it shrinks
     289# libxul.so by a few MB - comment this if you know your machine is not affected.
     290ac_add_options --disable-elf-hack
     291
    287292ac_add_options --disable-crashreporter
    288293ac_add_options --disable-updater
Note: See TracChangeset for help on using the changeset viewer.