mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-03 14:47:17 +08:00
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:
parent
f3c49d081d
commit
6fe4f013e2
@ -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>
|
||||
|
@ -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
|
||||
|
@ -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 ” ” ” ”
|
||||
<screen><userinput>sed -e 's/“/\"/' -e 's/”/\"/' \
|
||||
-i Source/WebCore/xml/XMLViewer.{css,js} &&
|
||||
|
||||
sed -i "s#isnan#std::&#g" Source/JavaScriptCore/runtime/Options.cpp &&
|
||||
|
||||
mkdir -vp build &&
|
||||
cd build &&
|
||||
|
||||
@ -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>
|
||||
|
@ -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">
|
||||
|
Loading…
Reference in New Issue
Block a user