mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-03 23:07:23 +08:00
the firefox http link is a 404
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@9126 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
f246e3b986
commit
d4e8546705
@ -126,11 +126,9 @@ ac_add_options --disable-necko-wifi
|
||||
# If you have installed libnotify delete this option:
|
||||
ac_add_options --disable-libnotify
|
||||
|
||||
# If you have not installed nss delete these two lines:
|
||||
ac_add_options --with-system-nspr
|
||||
ac_add_options --with-system-nss
|
||||
|
||||
# Uncomment these if you have installed them:
|
||||
# ac_add_options --with-system-nspr
|
||||
# ac_add_options --with-system-nss
|
||||
# ac_add_options --enable-system-sqlite
|
||||
# ac_add_options --enable-system-lcms
|
||||
# ac_add_options --with-system-libvpx
|
||||
@ -167,7 +165,6 @@ make -f client.mk</userinput></screen>
|
||||
|
||||
<screen role="root"><userinput>make -C xulrunner-build-dir install &&
|
||||
mkdir -p /usr/lib/mozilla &&
|
||||
rm -rf /usr/lib/xulrunner-&xulrunner-version;/plugins &&
|
||||
ln -sv ../mozilla/plugins /usr/lib/xulrunner-&xulrunner-version; &&
|
||||
chown -Rv root:root /usr/{include,lib,share/idl}/xulrunner-*</userinput></screen>
|
||||
|
||||
|
@ -4,7 +4,10 @@
|
||||
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
||||
%general-entities;
|
||||
|
||||
<!-- hopefully just for a couple of days
|
||||
<!ENTITY firefox-download-http "http://releases.mozilla.org/pub/mozilla.org/firefox/releases/&firefox-version;/source/firefox-&firefox-version;.source.tar.bz2">
|
||||
-->
|
||||
<!ENTITY firefox-download-http " ">
|
||||
<!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 "d8d0c8c79660752b02d9e9ab69a68f94">
|
||||
<!ENTITY firefox-size "70.8 MB">
|
||||
|
Loading…
Reference in New Issue
Block a user