• Update to firefox-43.0.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@16738 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Fernando de Oliveira 2015-12-16 22:24:55 +00:00
parent cad913e0bb
commit cf2c71eeb6
3 changed files with 8 additions and 10 deletions

View File

@ -47,6 +47,10 @@
<listitem>
<para>December 16th, 2015</para>
<itemizedlist>
<listitem>
<para>[fernando] - Update to firefox-43.0. Fixes
<ulink url="&blfs-ticket-root;7251">#7251</ulink>.</para>
</listitem>
<listitem>
<para>[fernando] - Update to totem-pl-parser-3.10.6. Fixes
<ulink url="&blfs-ticket-root;7259">#7259</ulink>.</para>

View File

@ -645,7 +645,7 @@
<!-- Chapter 43 -->
<!ENTITY seamonkey-version "2.39">
<!ENTITY firefox-version "42.0">
<!ENTITY firefox-version "43.0">
<!-- Chapter 44 -->
<!ENTITY balsa-version "2.5.2">

View File

@ -8,9 +8,9 @@
<!-- 550 Permission denied.
<!ENTITY firefox-download-ftp "&mozilla-ftp;/firefox/releases/&firefox-version;/source/firefox-&firefox-version;.source.tar.bz2"> -->
<!ENTITY firefox-download-ftp " ">
<!ENTITY firefox-md5sum "d610bf10a75afb4734045e1a43d8eba4">
<!ENTITY firefox-size "159 MB">
<!ENTITY firefox-buildsize "4.1 GB (78 MB installed)">
<!ENTITY firefox-md5sum "a49c7f286a87112a5da836675200b060">
<!ENTITY firefox-size "168 MB">
<!ENTITY firefox-buildsize "4.1 GB (81 MB installed)">
<!ENTITY firefox-time "9.7 SBU (with parallelism=4)">
]>
@ -236,12 +236,6 @@ ac_add_options --with-system-zlib
mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/firefox-build-dir</literal>
EOF</userinput></screen>
<para>
First, fix building with system freetype-2.6.1 or later:
</para>
<screen><userinput>sed -i '/^freetype\/ftcache.h/a freetype\/ftfntfmt.h' config/system-headers</userinput></screen>
<para>
Compile <application>Firefox</application> by issuing the following
commands: