Updated to Firefox-1.0.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@2945 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Igor Živković 2004-11-16 05:57:34 +00:00
parent a8599ffcfe
commit 59daef2967
3 changed files with 9 additions and 9 deletions

View File

@ -371,7 +371,7 @@
<!-- Chapter 35 -->
<!ENTITY mozilla-version "1.7.1">
<!ENTITY firefox-version "1.0rc1">
<!ENTITY firefox-version "1.0">
<!ENTITY galeon-version "1.3.14a">
<!ENTITY dillo-version "0.8.2">

View File

@ -22,8 +22,8 @@ who wrote what.</para>
<itemizedlist>
<listitem><para>November 15th, 2004 [igor]: Added
freeglut-2.2.0.</para></listitem>
<listitem><para>November 15th, 2004 [igor]: Added freeglut-2.2.0 and
updated to Firefox-1.0.</para></listitem>
<listitem><para>November 15th, 2004 [randy]: Added NASM and Dmalloc
as optional dependencies of LZO; added MD5 sum and minor updates to the

View File

@ -4,8 +4,8 @@
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
<!ENTITY firefox-download-http "http://ftp.mozilla.org/pub/mozilla.org/firefox/releases/&firefox-version;/firefox-1.0PR-source.tar.bz2">
<!ENTITY firefox-download-ftp "ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases/&firefox-version;/firefox-1.0PR-source.tar.bz2">
<!ENTITY firefox-download-http "http://ftp.mozilla.org/pub/mozilla.org/firefox/releases/&firefox-version;/firefox-&firefox-version;-source.tar.bz2">
<!ENTITY firefox-download-ftp "ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases/&firefox-version;/firefox-&firefox-version;-source.tar.bz2">
<!ENTITY firefox-size "32 MB">
<!ENTITY firefox-buildsize "575 MB">
<!ENTITY firefox-time "11.1 SBU">
@ -99,10 +99,10 @@ export MOZ_PHOENIX="1" &amp;&amp;
--disable-profilesharing &amp;&amp;
make &amp;&amp;
make install &amp;&amp;
install -d /usr/include/firefox-1.0/nss &amp;&amp;
install -d /usr/include/firefox-&firefox-version;/nss &amp;&amp;
cp -Lf dist/private/nss/*.h dist/public/nss/*.h \
/usr/include/firefox-1.0/nss &amp;&amp;
chown -R root:root /usr/include/firefox-1.0/nss</command></userinput></screen>
/usr/include/firefox-&firefox-version;/nss &amp;&amp;
chown -R root:root /usr/include/firefox-&firefox-version;/nss</command></userinput></screen>
<para>You might want to add the <option>--with-system-jpeg</option>
switch to the <command>configure</command> script if you have
@ -110,7 +110,7 @@ switch to the <command>configure</command> script if you have
<para>To enable multi-user operation, execute the following:</para>
<screen><userinput><command>cd /usr/lib/firefox-1.0 &amp;&amp;
<screen><userinput><command>cd /usr/lib/firefox-&firefox-version; &amp;&amp;
export LD_LIBRARY_PATH="$PWD" &amp;&amp;
export MOZILLA_FIVE_HOME="$PWD" &amp;&amp;
./regxpcom &amp;&amp;