mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-03 14:47:17 +08:00
Fixed mozilla patch commands
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1389 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
9dd9c5c379
commit
904004f27f
@ -1,22 +1,7 @@
|
||||
<sect2>
|
||||
<title>Installation of <application>Mozilla</application></title>
|
||||
|
||||
<para>Install <application>Mozilla</application> by running the following
|
||||
commands:</para>
|
||||
|
||||
<screen><userinput><command>export MOZILLA_OFFICIAL="1" &&
|
||||
export BUILD_OFFICIAL="1" &&
|
||||
<!--
|
||||
export MOZ_INTERNAL_LIBART_LGPL="1" &&
|
||||
cd extensions &&
|
||||
rm -rf spellcheck &&
|
||||
tar -xjf ../../mozilla-&mozilla-version;-spellchecker.tar.bz2 &&
|
||||
cd .. &&
|
||||
-->
|
||||
for p in ../mozilla-&mozilla-version;-*.patch
|
||||
do patch -Np1 -i $p
|
||||
done</command></userinput></screen>
|
||||
|
||||
<note>
|
||||
<para>According to the financial institutions, the following hack makes your
|
||||
browser insecure. You have been warned. Many sites use an MS-IE specific tag
|
||||
(autocomplete=off) to prevent autocomplete from working in some forms. This
|
||||
@ -31,8 +16,14 @@ the <application>Mozilla</application> source tree and search for the line:
|
||||
<screen>#define WALLET_DONT_CACHE_ALL_PASSWORDS</screen>
|
||||
Then delete or comment out the line. Now, if anyone tells you MS-IE is user
|
||||
friendly, give them this example!</para>
|
||||
</note>
|
||||
|
||||
<screen><userinput><command>./configure --prefix=/usr \
|
||||
<para>Install <application>Mozilla</application> by running the following
|
||||
commands:</para>
|
||||
|
||||
<screen><userinput><command>export MOZILLA_OFFICIAL="1" &&
|
||||
export BUILD_OFFICIAL="1" &&
|
||||
./configure --prefix=/usr \
|
||||
--enable-default-mozilla-five-home \
|
||||
--enable-toolkit-gtk2 --enable-default-toolkit=gtk2 \
|
||||
--with-x --with-system-zlib \
|
||||
@ -49,11 +40,6 @@ make install &&
|
||||
install -d /usr/include/mozilla-&mozilla-version;/nss &&
|
||||
cp -Lf dist/private/nss/*.h dist/public/nss/*.h \
|
||||
/usr/include/mozilla-&mozilla-version;/nss &&
|
||||
<!--
|
||||
install -d /usr/lib/mozilla-&mozilla-version;/openoffice &&
|
||||
cp -f dist/lib/libembed_base_s.a dist/lib/liblber50.a \
|
||||
dist/lib/libmozreg_s.a /usr/lib/mozilla-&mozilla-version;/openoffice &&
|
||||
-->
|
||||
ln -nsf mozilla-&mozilla-version; /usr/include/mozilla &&
|
||||
ln -nsf mozilla-&mozilla-version; /usr/lib/mozilla &&
|
||||
cd /usr/lib/mozilla-&mozilla-version; &&
|
||||
|
Loading…
Reference in New Issue
Block a user