Changeset 366b17e for xsoft


Ignore:
Timestamp:
11/07/2014 08:39:12 PM (9 years ago)
Author:
Fernando de Oliveira <fernando@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.7, 7.8, 7.9, 8.0, 8.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, nosym, 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:
72ac7f2
Parents:
b6e6d7ff
Message:

Update to firefox-33.0.3.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • xsoft/graphweb/firefox.xml

    rb6e6d7ff r366b17e  
    1111  <!ENTITY firefox-download-ftp
    1212           "ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases/&firefox-version;/source/firefox-&firefox-version;.source.tar.bz2">
    13   <!ENTITY firefox-md5sum        "385ad037451f141b68515c73cad01704">
     13  <!ENTITY firefox-md5sum        "ef274d62fffc2cdcfc287ccb84aeeb5d">
    1414  <!ENTITY firefox-size          "148 MB">
    15   <!ENTITY firefox-buildsize     "4.1 GB (100 MB installed)">
    16   <!ENTITY firefox-time          "12 SBU (using parallelism=8)">
     15  <!ENTITY firefox-buildsize     "3.8 GB (74 MB installed)">
     16  <!ENTITY firefox-time          "13 SBU (using parallelism=8)">
    1717]>
    1818
     
    243243      <envar>SHELL=/bin/sh</envar> to the first make command below.
    244244    </para></note>
    245 
    246 <screen><userinput>test $(uname -m) = "i686" &amp;&amp; sed -i 's/enable-optimize/disable-optimize/' mozconfig || true &amp;&amp;
    247 make -f client.mk</userinput></screen>
     245<!--<screen><userinput>test $(uname -m) = "i686" &amp;&amp; sed -i 's/enable-optimize/disable-optimize/' mozconfig || true &amp;&amp;-->
     246<screen><userinput>make -f client.mk</userinput></screen>
    248247
    249248    <para>
     
    264263  <sect2 role="commands">
    265264    <title>Command Explanations</title>
    266 
     265<!--
    267266    <para>
    268267      <command>test $(uname -m) = "i686" &amp;&amp; sed ...</command>:
     
    270269      With optimization, the install fails with a Python error.  This
    271270      command will fix i686 builds and preserve the optimization on x86_64.
    272     </para>
     271    </para>-->
    273272
    274273    <para>
Note: See TracChangeset for help on using the changeset viewer.