mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-23 22:42:14 +08:00
Updated to Firefox-1.0.3
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@3772 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
7c2acc69f2
commit
b94212a995
@ -404,7 +404,7 @@
|
||||
|
||||
<!-- Chapter 35 -->
|
||||
<!ENTITY mozilla-version "1.7.5">
|
||||
<!ENTITY firefox-version "1.0.2">
|
||||
<!ENTITY firefox-version "1.0.3">
|
||||
<!ENTITY galeon-version "1.3.18">
|
||||
<!ENTITY dillo-version "0.8.4">
|
||||
|
||||
|
@ -22,6 +22,9 @@ who wrote what.</para>
|
||||
|
||||
<itemizedlist>
|
||||
|
||||
<listitem><para>April 22nd, 2005 [randy]: Updated to
|
||||
Firefox-1.0.3.</para></listitem>
|
||||
|
||||
<listitem><para>April 21st, 2005 [bdubbs]: Upgraded to xscreensaver-4.21.
|
||||
</para></listitem>
|
||||
|
||||
|
@ -6,10 +6,10 @@
|
||||
|
||||
<!ENTITY firefox-download-http "http://ftp.mozilla.org/pub/mozilla.org/firefox/releases/&firefox-version;/source/firefox-&firefox-version;-source.tar.bz2">
|
||||
<!ENTITY firefox-download-ftp "ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases/&firefox-version;/source/firefox-&firefox-version;-source.tar.bz2">
|
||||
<!ENTITY firefox-md5sum "fd1a0dec3e763e93eb45c0c34b399712">
|
||||
<!ENTITY firefox-md5sum "f1a9a8da0547564a0f8a249f9d56bdf4">
|
||||
<!ENTITY firefox-size "32 MB">
|
||||
<!ENTITY firefox-buildsize "564 MB">
|
||||
<!ENTITY firefox-time "10.9 SBU">
|
||||
<!ENTITY firefox-time "9.8 SBU">
|
||||
]>
|
||||
|
||||
<sect1 id="firefox" xreflabel="Firefox-&firefox-version;">
|
||||
@ -52,10 +52,10 @@ url="&firefox-download-ftp;"/></para></listitem>
|
||||
<sect4><title>Optional</title>
|
||||
<para><xref linkend="libjpeg"/>,
|
||||
<xref linkend="unzip"/>,
|
||||
<xref linkend="gnome-vfs"/>,
|
||||
<xref linkend="libgnome"/>,
|
||||
<xref linkend="gnome-vfs"/> and
|
||||
<xref linkend="libgnome"/> (to build the gnomevfs extension),
|
||||
<xref linkend="mitkrb"/> or <xref linkend="heimdal"/>
|
||||
(for the GSSAPI libraries),
|
||||
(for the GSSAPI libraries to build the negotiateauth extension),
|
||||
<xref linkend="doxygen"/>,
|
||||
<ulink url="http://xprint.mozdev.org/">Xprint</ulink>,
|
||||
<ulink url="http://perens.com/FreeSoftware/">Electric Fence</ulink> and
|
||||
@ -86,7 +86,9 @@ export MOZ_PHOENIX="1" &&
|
||||
--with-system-png \
|
||||
--enable-application=browser \
|
||||
--enable-default-toolkit=gtk2 \
|
||||
--enable-extensions=all,-typeaheadfind \
|
||||
--enable-extensions=cookie,xml-rpc,xmlextras,pref,\
|
||||
transformiix,universalchardet,webservices,inspector,\
|
||||
gnomevfs,negotiateauth \
|
||||
--enable-crypto \
|
||||
--enable-xft \
|
||||
--enable-xinerama \
|
||||
@ -124,7 +126,7 @@ cp -Lf dist/private/nss/*.h dist/public/nss/*.h \
|
||||
<para>To enable multi-user operation, execute the following as the root
|
||||
user:</para>
|
||||
|
||||
<screen><userinput><command>cd /usr/lib/firefox-&firefox-version; &&
|
||||
<screen><userinput role='root'><command>cd /usr/lib/firefox-&firefox-version; &&
|
||||
export LD_LIBRARY_PATH="$PWD" &&
|
||||
export MOZILLA_FIVE_HOME="$PWD" &&
|
||||
./regxpcom &&
|
||||
@ -136,6 +138,12 @@ root user (or any user with write privileges) to create some necessary
|
||||
additional files in the <filename class='directory'>/usr</filename>
|
||||
hierarchy.</para></note>
|
||||
|
||||
<para>Lastly, unset the build variables from the unprivileged user's
|
||||
environment:</para>
|
||||
|
||||
<screen><userinput><command>unset MOZILLA_OFFICIAL &&
|
||||
unset BUILD_OFFICIAL &&
|
||||
unset MOZ_PHOENIX</command></userinput></screen>
|
||||
</sect2>
|
||||
|
||||
<sect2>
|
||||
|
Loading…
Reference in New Issue
Block a user