mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 06:52:14 +08:00
Update to firefox-46.0.1
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@17331 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
01e86d885d
commit
0e78dee291
@ -1,12 +1,12 @@
|
||||
<!-- $LastChangedBy$ $Date$ -->
|
||||
|
||||
<!ENTITY day "06"> <!-- Always 2 digits -->
|
||||
<!ENTITY day "07"> <!-- Always 2 digits -->
|
||||
<!ENTITY month "05"> <!-- Always 2 digits -->
|
||||
<!ENTITY year "2016">
|
||||
<!ENTITY copyrightdate "2001-&year;">
|
||||
<!ENTITY copyholder "The BLFS Development Team">
|
||||
<!ENTITY version "&year;-&month;-&day;">
|
||||
<!ENTITY releasedate "May 6th &year;">
|
||||
<!ENTITY releasedate "May 7th &year;">
|
||||
<!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
|
||||
<!ENTITY blfs-version "svn"> <!-- svn|[release #] -->
|
||||
<!ENTITY lfs-version "development"> <!-- x.y|development] -->
|
||||
|
@ -43,6 +43,16 @@
|
||||
</listitem>
|
||||
|
||||
-->
|
||||
<listitem>
|
||||
<para>May 7th, 2016</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[bdubbs] - Update to firefox-46.0.1. Fixes
|
||||
<ulink url="&blfs-ticket-root;7803">#7803</ulink>.</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>May 6th, 2016</para>
|
||||
<itemizedlist>
|
||||
|
@ -649,7 +649,7 @@
|
||||
|
||||
<!-- Chapter 43 -->
|
||||
<!ENTITY seamonkey-version "2.40">
|
||||
<!ENTITY firefox-version "46.0">
|
||||
<!ENTITY firefox-version "46.0.1">
|
||||
|
||||
<!-- Chapter 44 -->
|
||||
<!ENTITY balsa-version "2.5.2">
|
||||
|
@ -50,6 +50,7 @@
|
||||
</para>
|
||||
|
||||
&lfs79_checked;
|
||||
&gcc6_checked;
|
||||
|
||||
<bridgehead renderas="sect3">Package Information</bridgehead>
|
||||
<itemizedlist spacing="compact">
|
||||
|
@ -5,13 +5,11 @@
|
||||
%general-entities;
|
||||
|
||||
<!ENTITY firefox-download-http "&mozilla-http;/firefox/releases/&firefox-version;/source/firefox-&firefox-version;.source.tar.xz">
|
||||
<!-- 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 "8a516da3858b17f55451810efc7a239a">
|
||||
<!ENTITY firefox-md5sum "3e3b90268b8a634f7c60a25eb3a04c8c">
|
||||
<!ENTITY firefox-size "179 MB">
|
||||
<!ENTITY firefox-buildsize "4.4 GB (80 MB installed)">
|
||||
<!ENTITY firefox-time "11 SBU (with parallelism=4)">
|
||||
<!ENTITY firefox-buildsize "4.6 GB (84 MB installed)">
|
||||
<!ENTITY firefox-time "11.5 SBU (with parallelism=4)">
|
||||
]>
|
||||
|
||||
<sect1 id="firefox" xreflabel="Firefox-&firefox-version;">
|
||||
@ -37,6 +35,7 @@
|
||||
</para>
|
||||
|
||||
&lfs79_checked;
|
||||
&gcc6_checked;
|
||||
|
||||
<bridgehead renderas="sect3">Package Information</bridgehead>
|
||||
<itemizedlist spacing="compact">
|
||||
@ -254,7 +253,15 @@ EOF</userinput></screen>
|
||||
<envar>SHELL=/bin/sh</envar>.
|
||||
</para></note>
|
||||
|
||||
<screen><userinput>make -f client.mk</userinput></screen>
|
||||
<screen><userinput>sed -e '/#include/i\
|
||||
print OUT "#define _GLIBCXX_INCLUDE_NEXT_C_HEADERS\\n"\;' \
|
||||
-i nsprpub/config/make-system-wrappers.pl
|
||||
|
||||
sed -e '/#include/a\
|
||||
print OUT "#undef _GLIBCXX_INCLUDE_NEXT_C_HEADERS\\n"\;' \
|
||||
-i nsprpub/config/make-system-wrappers.pl
|
||||
|
||||
CXX='g++ -std=c++11' make -f client.mk</userinput></screen>
|
||||
|
||||
<para>
|
||||
This package does not come with a test suite.
|
||||
@ -275,6 +282,11 @@ ln -sfv ../../mozilla/plugins /usr/lib/firefox-&firefox-version;/browser</u
|
||||
<sect2 role="commands">
|
||||
<title>Command Explanations</title>
|
||||
|
||||
<para>
|
||||
<command>sed ...</command>: These commads correct the source to be
|
||||
compatible with gcc6.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
<command>make -f client.mk ...</command>: Mozilla products are packaged to
|
||||
allow the use of a configuration file which can be used to pass the
|
||||
|
Loading…
Reference in New Issue
Block a user