mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-19 03:39:20 +01:00
Add upstream mpfr fixes
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10540 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
85583fa885
commit
b84fe84001
@ -38,6 +38,10 @@
|
||||
<listitem>
|
||||
<para>2014-04-18</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[bdubbs] - Added mpfr upstream patch. Fixes
|
||||
<ulink url="&lfs-ticket-root;3537">#3537</ulink>.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[bdubbs] - Added readline upstream patch. Fixes
|
||||
<ulink url="&lfs-ticket-root;3532">#3532</ulink>.</para>
|
||||
|
@ -253,6 +253,9 @@
|
||||
<listitem>
|
||||
<para>libcap-&libcap-version;</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>&mpfr-fixes-patch;</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>&readline-fixes-patch;</para>
|
||||
</listitem>
|
||||
|
@ -66,6 +66,14 @@
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term>Mpfr Upstream Fixes Patch - <token>&mpfr-fixes-patch-size;</token>:</term>
|
||||
<listitem>
|
||||
<para>Download: <ulink url="&patches-root;&mpfr-fixes-patch;"/></para>
|
||||
<para>MD5 sum: <literal>&mpfr-fixes-patch-md5;</literal></para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term>Perl Libc Patch - <token>&perl-libc-patch-size;</token>:</term>
|
||||
<listitem>
|
||||
|
@ -41,6 +41,11 @@
|
||||
<sect2 role="installation">
|
||||
<title>Installation of MPFR</title>
|
||||
|
||||
<para>First, apply the following patch to fix various bugs that have been
|
||||
addressed upstream:</para>
|
||||
|
||||
<screen><userinput remap="pre">patch -Np1 -i ../&mpfr-fixes-patch;</userinput></screen>
|
||||
|
||||
<para>Prepare MPFR for compilation:</para>
|
||||
|
||||
<screen><userinput remap="configure">./configure --prefix=/usr \
|
||||
|
@ -26,6 +26,10 @@
|
||||
<!ENTITY kbd-backspace-patch-md5 "f75cca16a38da6caa7d52151f7136895">
|
||||
<!ENTITY kbd-backspace-patch-size "12 KB">
|
||||
|
||||
<!ENTITY mpfr-fixes-patch "mpfr-&mpfr-version;-upstream_fixes-1.patch">
|
||||
<!ENTITY mpfr-fixes-patch-md5 "aaf52416b309dd0b8c5eb92ae9c210c1">
|
||||
<!ENTITY mpfr-fixes-patch-size "43 KB">
|
||||
|
||||
<!ENTITY perl-libc-patch "perl-&perl-version;-libc-1.patch">
|
||||
<!ENTITY perl-libc-patch-md5 "daf5c64fd7311e924966842680535f8f">
|
||||
<!ENTITY perl-libc-patch-size "1.6 KB">
|
||||
|
Loading…
Reference in New Issue
Block a user