Added a GCC-4 patch to the Firefox instructions

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@5035 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Randy McMurchy 2005-09-10 01:35:56 +00:00
parent 77b7bf3622
commit e50f829247
2 changed files with 13 additions and 0 deletions

View File

@ -44,6 +44,10 @@
<listitem>
<para>September 9th, 2005</para>
<itemizedlist>
<listitem>
<para>[randy] - Added a GCC-4 patch to the Firefox
instructions.</para>
</listitem>
<listitem>
<para>[randy] - Added a GCC-4 patch to the Thunderbird
instructions.</para>

View File

@ -65,6 +65,14 @@ should be in our setup.
</listitem>
</itemizedlist>
<bridgehead renderas="sect3">Additional Downloads</bridgehead>
<itemizedlist spacing="compact">
<listitem>
<para>Required patch: <ulink
url="&patch-root;/firefox-&firefox-version;-gcc4-1.patch"/></para>
</listitem>
</itemizedlist>
<bridgehead renderas="sect3">Firefox Dependencies</bridgehead>
<bridgehead renderas="sect4">Required</bridgehead>
@ -111,6 +119,7 @@ export MOZ_PHOENIX="1" &amp;&amp;
sed -i 's| dist_bin="$moz_libdir"|\
&amp;\n run_moz="$dist_bin/run-mozilla.sh"|' browser/app/mozilla.in &amp;&amp;
patch -Np1 -i ../firefox-&firefox-version;-gcc4-1.patch &amp;&amp;
./configure --prefix=/usr \
--with-default-mozilla-five-home=/usr/lib/firefox-&firefox-version; \
--with-user-appdir=.firefox \