mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-26 08:42:12 +08:00
Update to firefox-53.0.2
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@18720 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
c7ef815096
commit
9848441126
@ -44,6 +44,10 @@
|
||||
<listitem>
|
||||
<para>May 14th, 2017</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[bdubbs] - Update to firefox-53.0.2. Fixes
|
||||
<ulink url="&blfs-ticket-root;9205">#9205</ulink>.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[dj] - Update to make-ca.sh-20170514.</para>
|
||||
</listitem>
|
||||
|
@ -706,7 +706,7 @@
|
||||
|
||||
<!-- Chapter 43 -->
|
||||
<!ENTITY chromium-version "58.0.3029.96">
|
||||
<!ENTITY firefox-version "53.0">
|
||||
<!ENTITY firefox-version "53.0.2">
|
||||
<!ENTITY flashplayer-version "25.0.0.148">
|
||||
<!ENTITY seamonkey-version "2.46">
|
||||
|
||||
|
@ -6,10 +6,10 @@
|
||||
|
||||
<!ENTITY firefox-download-http "&mozilla-http;/firefox/releases/&firefox-version;/source/firefox-&firefox-version;.source.tar.xz">
|
||||
<!ENTITY firefox-download-ftp " ">
|
||||
<!ENTITY firefox-md5sum "73175f850d4ff6068c6af674df20477c">
|
||||
<!ENTITY firefox-size "204 MB">
|
||||
<!ENTITY firefox-buildsize "4.8 GB (95 MB installed)">
|
||||
<!ENTITY firefox-time "16 SBU (with parallelism=4)">
|
||||
<!ENTITY firefox-md5sum "bf4643f9a95f13adf8336532490ea3d2">
|
||||
<!ENTITY firefox-size "205 MB">
|
||||
<!ENTITY firefox-buildsize "5.3 GB (111 MB installed)">
|
||||
<!ENTITY firefox-time "17 SBU (with parallelism=4)">
|
||||
]>
|
||||
|
||||
<sect1 id="firefox" xreflabel="Firefox-&firefox-version;">
|
||||
@ -35,6 +35,7 @@
|
||||
</para>
|
||||
|
||||
&lfs80_checked;
|
||||
&gcc7_checked;
|
||||
|
||||
<bridgehead renderas="sect3">Package Information</bridgehead>
|
||||
<itemizedlist spacing="compact">
|
||||
@ -210,9 +211,6 @@ ac_add_options --disable-dbus
|
||||
# this line
|
||||
ac_add_options --disable-necko-wifi
|
||||
|
||||
# Uncomment this option if you wish to build with gtk+-2
|
||||
#ac_add_options --enable-default-toolkit=cairo-gtk2
|
||||
|
||||
# Uncomment these lines if you have installed optional dependencies:
|
||||
#ac_add_options --enable-system-hunspell
|
||||
#ac_add_options --enable-startup-notification
|
||||
@ -252,7 +250,8 @@ ac_add_options --disable-crashreporter
|
||||
ac_add_options --disable-updater
|
||||
ac_add_options --disable-tests
|
||||
|
||||
ac_add_options --enable-optimize
|
||||
# Full optimization is broken with gcc7
|
||||
ac_add_options --enable-optimize="-O2"
|
||||
|
||||
ac_add_options --enable-gio
|
||||
ac_add_options --enable-official-branding
|
||||
|
Loading…
Reference in New Issue
Block a user