From b84fe840018041fe68791817204c24b51b8dbaed Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Fri, 18 Apr 2014 23:43:38 +0000 Subject: [PATCH] Add upstream mpfr fixes git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10540 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter01/changelog.xml | 4 ++++ chapter01/whatsnew.xml | 3 +++ chapter03/patches.xml | 8 ++++++++ chapter06/mpfr.xml | 5 +++++ patches.ent | 4 ++++ 5 files changed, 24 insertions(+) diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index b11b53c6d..8671050be 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -38,6 +38,10 @@ 2014-04-18 + + [bdubbs] - Added mpfr upstream patch. Fixes + #3537. + [bdubbs] - Added readline upstream patch. Fixes #3532. diff --git a/chapter01/whatsnew.xml b/chapter01/whatsnew.xml index e121a7ea1..9ac1cf26b 100644 --- a/chapter01/whatsnew.xml +++ b/chapter01/whatsnew.xml @@ -253,6 +253,9 @@ libcap-&libcap-version; + + &mpfr-fixes-patch; + &readline-fixes-patch; diff --git a/chapter03/patches.xml b/chapter03/patches.xml index 6d7c0751a..6c5e5230d 100644 --- a/chapter03/patches.xml +++ b/chapter03/patches.xml @@ -66,6 +66,14 @@ + + Mpfr Upstream Fixes Patch - &mpfr-fixes-patch-size;: + + Download: + MD5 sum: &mpfr-fixes-patch-md5; + + + Perl Libc Patch - &perl-libc-patch-size;: diff --git a/chapter06/mpfr.xml b/chapter06/mpfr.xml index 708101891..517baf755 100644 --- a/chapter06/mpfr.xml +++ b/chapter06/mpfr.xml @@ -41,6 +41,11 @@ Installation of MPFR + First, apply the following patch to fix various bugs that have been + addressed upstream: + +patch -Np1 -i ../&mpfr-fixes-patch; + Prepare MPFR for compilation: ./configure --prefix=/usr \ diff --git a/patches.ent b/patches.ent index 9dddd6a60..5e120dfb4 100644 --- a/patches.ent +++ b/patches.ent @@ -26,6 +26,10 @@ + + + +