webkitgtk+-2.10.7 : fix isnan for glibc-2.23.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@17006 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Ken Moffat 2016-02-23 23:21:23 +00:00
parent f3c49d081d
commit 6fe4f013e2
4 changed files with 13 additions and 5 deletions

View File

@ -37,7 +37,7 @@
users. Its principles are simplicity and standards compliance.
</para>
&lfs78_checked;
&lfs79_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
@ -183,4 +183,4 @@ make check</userinput></screen>
</sect2>
</sect1>
</sect1>

View File

@ -47,6 +47,10 @@
<listitem>
<para>February 23rd, 2016</para>
<itemizedlist>
<listitem>
<para>[ken] - fix webkitgtk+-2.10.7 for glibc-2.23. Fixes
<ulink url="&blfs-ticket-root;7484">#7484</ulink>.</para>
</listitem>
<listitem>
<para>[bdubbs] - Some data in Certificates are UTF-8.
Set LANG in make-ca.sh to a UTF-8 locale for grep-2.23

View File

@ -37,7 +37,7 @@
platforms.
</para>
&lfs78_checked;
&lfs79_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
@ -140,6 +140,8 @@ Close double quotes ” &rdquo; &#8221; &#x201D;
<screen><userinput>sed -e 's/&ldquo;/\"/' -e 's/&rdquo;/\"/' \
-i Source/WebCore/xml/XMLViewer.{css,js} &amp;&amp;
sed -i "s#isnan#std::&amp;#g" Source/JavaScriptCore/runtime/Options.cpp &amp;&amp;
mkdir -vp build &amp;&amp;
cd build &amp;&amp;
@ -186,7 +188,9 @@ install -vm644 ../Documentation/webkitdomgtk-4.0/html/* \
<title>Command Explanations</title>
<para>
<command>sed -i ...</command>: Fixes typos in two source code files.
<command>sed -i ...</command>: The first sed fixes typos in two
source code files, the second fixes a build failure caused by a
<application>glibc-2.23</application> change.
</para>
<para>

View File

@ -66,7 +66,7 @@
and is descended from <application>OpenOffice.org</application>.
</para>
&lfs78_checked;
&lfs79_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">