mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-03 23:07:23 +08:00
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:
parent
77b7bf3622
commit
e50f829247
@ -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>
|
||||
|
@ -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" &&
|
||||
sed -i 's| dist_bin="$moz_libdir"|\
|
||||
&\n run_moz="$dist_bin/run-mozilla.sh"|' browser/app/mozilla.in &&
|
||||
|
||||
patch -Np1 -i ../firefox-&firefox-version;-gcc4-1.patch &&
|
||||
./configure --prefix=/usr \
|
||||
--with-default-mozilla-five-home=/usr/lib/firefox-&firefox-version; \
|
||||
--with-user-appdir=.firefox \
|
||||
|
Loading…
Reference in New Issue
Block a user