Ignore:
Timestamp:
11/10/2014 03:49:54 AM (9 years ago)
Author:
Christopher Gregory <cjg@…>
Branches:
systemd-13485
Children:
264ec35d
Parents:
2f80da5
Message:

Merge more updates from trunk.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • xsoft/graphweb/firefox.xml

    r2f80da5 rfcf1fd62  
    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        "385ad037451f141b68515c73cad01704">
     11  <!ENTITY firefox-md5sum        "ef274d62fffc2cdcfc287ccb84aeeb5d">
    1212  <!ENTITY firefox-size          "148 MB">
    13   <!ENTITY firefox-buildsize     "3.98 GB (66 MB installed)">
    14   <!ENTITY firefox-time          "53.4 SBU (using parallelism=2)">
     13  <!ENTITY firefox-buildsize     "3.8 GB (74 MB installed)">
     14  <!ENTITY firefox-time          "13 SBU (using parallelism=8)">
    1515]>
    1616
     
    262262      <envar>SHELL=/bin/sh</envar> to the first make command below.
    263263    </para></note>
    264 -->
    265 <screen><userinput>test $(uname -m) = "i686" &amp;&amp; sed -i 's/enable-optimize/disable-optimize/' mozconfig || true &amp;&amp;
    266 make -f client.mk</userinput></screen>
     264<!--<screen><userinput>test $(uname -m) = "i686" &amp;&amp; sed -i 's/enable-optimize/disable-optimize/' mozconfig || true &amp;&amp;-->
     265<screen><userinput>make -f client.mk</userinput></screen>
    267266
    268267    <para>
     
    314313  <sect2 role="commands">
    315314    <title>Command Explanations</title>
    316 
     315<!--
    317316    <para>
    318317      <command>test $(uname -m) = "i686" &amp;&amp; sed ...</command>:
     
    320319      With optimization, the install fails with a Python error.  This
    321320      command will fix i686 builds and preserve the optimization on x86_64.
    322     </para>
     321    </para>-->
    323322
    324323    <para>
Note: See TracChangeset for help on using the changeset viewer.