浏览代码

Add upstream mpfr fixes

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10540 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Bruce Dubbs 11 年之前
父节点
当前提交
b84fe84001
共有 5 个文件被更改,包括 24 次插入0 次删除
  1. 4 0
      chapter01/changelog.xml
  2. 3 0
      chapter01/whatsnew.xml
  3. 8 0
      chapter03/patches.xml
  4. 5 0
      chapter06/mpfr.xml
  5. 4 0
      patches.ent

+ 4 - 0
chapter01/changelog.xml

@@ -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>

+ 3 - 0
chapter01/whatsnew.xml

@@ -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>

+ 8 - 0
chapter03/patches.xml

@@ -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>

+ 5 - 0
chapter06/mpfr.xml

@@ -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        \

+ 4 - 0
patches.ent

@@ -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">