Changeset 75725c9


Ignore:
Timestamp:
09/07/2014 06:49:26 AM (10 years ago)
Author:
Christopher Gregory <cjg@…>
Branches:
7.6-blfs, 7.6-systemd, kde5-14686, systemd-13485
Children:
486c27a
Parents:
7e0c7d9
Message:

Merged firefox update from trunk.

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    r7e0c7d9 r75725c9  
    4747      <para>September 6th, 2014</para>
    4848      <itemizedlist>
     49        <listitem>
     50          <para>[ken] - Update to firefox-32.0. Fixes
     51          <ulink url="&blfs-ticket-root;5460">#5460</ulink>.</para>
     52        </listitem>
    4953        <listitem>
    5054          <para>[cjg] - Update to LLVM-3.5.0. Fixes
  • packages.ent

    r7e0c7d9 r75725c9  
    557557<!-- Chapter 35 -->
    558558<!ENTITY seamonkey-version            "2.26.1">
    559 <!ENTITY firefox-version              "&xulrunner-version;">
     559<!ENTITY firefox-version              "32.0">
    560560
    561561<!-- Chapter 36 -->
  • xsoft/graphweb/firefox.xml

    r7e0c7d9 r75725c9  
    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.