mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-19 03:39:20 +01:00
Add MPFR upstream fixes patch
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10942 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
6fc168bc2e
commit
3a964dbb0b
@ -37,7 +37,16 @@
|
|||||||
-->
|
-->
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>2015-08-11</para>
|
<para>2015-08-25</para>
|
||||||
|
<itemizedlist>
|
||||||
|
<listitem>
|
||||||
|
<para>[bdubbs] - Add MPFR upstream fixes.</para>
|
||||||
|
</listitem>
|
||||||
|
</itemizedlist>
|
||||||
|
</listitem>
|
||||||
|
|
||||||
|
<listitem>
|
||||||
|
<para>2015-08-23</para>
|
||||||
<itemizedlist>
|
<itemizedlist>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>[bdubbs] - Update to libpipeline-1.4.1. Fixes
|
<para>[bdubbs] - Update to libpipeline-1.4.1. Fixes
|
||||||
|
@ -252,6 +252,10 @@
|
|||||||
<para>&glibc-upstream-patch;</para>
|
<para>&glibc-upstream-patch;</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
|
<listitem>
|
||||||
|
<para>&mpfr-upstream-patch;</para>
|
||||||
|
</listitem>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>Tcl-core-&tcl-version;</para>
|
<para>Tcl-core-&tcl-version;</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
@ -74,6 +74,14 @@
|
|||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
|
<varlistentry>
|
||||||
|
<term>MPFR Upstream Fixes Patch - <token>&mpfr-upstream-patch-size;</token>:</term>
|
||||||
|
<listitem>
|
||||||
|
<para>Download: <ulink url="&patches-root;&mpfr-upstream-patch;"/></para>
|
||||||
|
<para>MD5 sum: <literal>&mpfr-upstream-patch-md5;</literal></para>
|
||||||
|
</listitem>
|
||||||
|
</varlistentry>
|
||||||
|
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term>Readline Upstream Fixes Patch - <token>&readline-fixes-patch-size;</token>:</term>
|
<term>Readline Upstream Fixes Patch - <token>&readline-fixes-patch-size;</token>:</term>
|
||||||
<listitem>
|
<listitem>
|
||||||
|
@ -40,12 +40,12 @@
|
|||||||
|
|
||||||
<sect2 role="installation">
|
<sect2 role="installation">
|
||||||
<title>Installation of MPFR</title>
|
<title>Installation of MPFR</title>
|
||||||
<!--
|
|
||||||
<para>First, apply the following patch to fix various bugs that have been
|
<para>First, apply the following patch to fix various bugs that have been
|
||||||
addressed upstream:</para>
|
addressed upstream:</para>
|
||||||
|
|
||||||
<screen><userinput remap="pre">patch -Np1 -i ../&mpfr-fixes-patch;</userinput></screen>
|
<screen><userinput remap="pre">patch -Np1 -i ../&mpfr-upstream-patch;</userinput></screen>
|
||||||
-->
|
|
||||||
<para>Prepare MPFR for compilation:</para>
|
<para>Prepare MPFR for compilation:</para>
|
||||||
|
|
||||||
<screen><userinput remap="configure">./configure --prefix=/usr \
|
<screen><userinput remap="configure">./configure --prefix=/usr \
|
||||||
|
@ -30,6 +30,10 @@
|
|||||||
<!ENTITY kbd-backspace-patch-md5 "f75cca16a38da6caa7d52151f7136895">
|
<!ENTITY kbd-backspace-patch-md5 "f75cca16a38da6caa7d52151f7136895">
|
||||||
<!ENTITY kbd-backspace-patch-size "12 KB">
|
<!ENTITY kbd-backspace-patch-size "12 KB">
|
||||||
|
|
||||||
|
<!ENTITY mpfr-upstream-patch "mpfr-&mpfr-version;-upstream_fixes-1.patch">
|
||||||
|
<!ENTITY mpfr-upstream-patch-md5 "2044abd90351861311c9aafcfb0ce864">
|
||||||
|
<!ENTITY mpfr-upstream-patch-size "81 KB">
|
||||||
|
|
||||||
<!ENTITY readline-fixes-patch "readline-&readline-version;-upstream_fixes-3.patch">
|
<!ENTITY readline-fixes-patch "readline-&readline-version;-upstream_fixes-3.patch">
|
||||||
<!ENTITY readline-fixes-patch-md5 "6b0d9f4e79319d56a7fee9b35e5cfd1b">
|
<!ENTITY readline-fixes-patch-md5 "6b0d9f4e79319d56a7fee9b35e5cfd1b">
|
||||||
<!ENTITY readline-fixes-patch-size "8 KB">
|
<!ENTITY readline-fixes-patch-size "8 KB">
|
||||||
|
Loading…
Reference in New Issue
Block a user