Ignore:
Timestamp:
09/07/2014 06:49:26 AM (10 years ago)
Author:
Christopher Gregory <cjg@…>
Branches:
systemd-11177
Children:
235d2dc1
Parents:
92cdc59e
Message:

Merged firefox update from trunk.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@14215 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • xsoft/graphweb/firefox.xml

    r92cdc59e rf82d786  
    99  <!ENTITY firefox-download-ftp
    1010           "ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases/&firefox-version;/source/firefox-&firefox-version;.source.tar.bz2">
    11   <!ENTITY firefox-md5sum        "499b70a9f08a2291d528e87eaf8804a3">
    12   <!ENTITY firefox-size          "141 MB">
     11  <!ENTITY firefox-md5sum        "859d0b6fe2d36b6959cf08cee4c783cc">
     12  <!ENTITY firefox-size          "143 MB">
    1313  <!-- measured on LFS-7.5, x86_64 -->
    14   <!ENTITY firefox-buildsize     "5.0 GB (62 MB installed) (or 963 MB and 7.0 MB if using Xulrunner)">
    15   <!ENTITY firefox-time          "48 SBU (0.3 SBU if using Xulrunner)">
     14  <!ENTITY firefox-buildsize     "5.2 GB (65 MB installed)">
     15  <!ENTITY firefox-time          "54 SBU">
    1616]>
    1717
     
    258258      commands:
    259259    </para>
    260      
    261 <screen><userinput>make -f client.mk</userinput></screen>
     260
     261<screen><userinput>test $(uname -m) = "i686" &amp;&amp; sed -i 's/enable-optimize/disable-optimize/' mozconfig || true &amp;&amp;
     262make -f client.mk</userinput></screen>
    262263
    263264    <para>
     
    309310  <sect2 role="commands">
    310311    <title>Command Explanations</title>
     312
     313    <para>
     314      <command>test $(uname -m) = "i686" &amp;&amp; sed ...</command>:
     315      On this version of firefox, an old bug has reappeared in 32-bit builds.
     316      With optimization, the install fails with a Python error.  This
     317      command will fix i686 builds and preserve the optimization on x86_64.
     318    </para>
    311319
    312320    <para>
Note: See TracChangeset for help on using the changeset viewer.