From 815b82d4e89124ce2df31bfa3e4c4e5f7af87a47 Mon Sep 17 00:00:00 2001 From: Matthew Burgess Date: Thu, 29 Sep 2011 18:34:07 +0000 Subject: Add a patch to fix several bugs in MPFR. Fixes #2918. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9605 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter01/changelog.xml | 10 ++++++++++ chapter01/whatsnew.xml | 3 +++ chapter03/patches.xml | 8 ++++++++ chapter05/mpfr.xml | 4 ++++ chapter06/mpfr.xml | 4 ++++ general.ent | 4 ++-- patches.ent | 5 +++++ 7 files changed, 36 insertions(+), 2 deletions(-) diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index a050a55cb..8587d312a 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -36,6 +36,16 @@ --> + + 2011-09-29 + + + [matthew] - Add a patch to correct several bugs in MPFR. Fixes + #2918. + + + + 2011-09-26 diff --git a/chapter01/whatsnew.xml b/chapter01/whatsnew.xml index 936544ecc..b7148380c 100644 --- a/chapter01/whatsnew.xml +++ b/chapter01/whatsnew.xml @@ -257,6 +257,9 @@ libpipeline-&libpipeline-version; + + &mpfr-fixes-patch; + PCRE-&pcre-version; diff --git a/chapter03/patches.xml b/chapter03/patches.xml index 0e61f3124..27264e6dd 100644 --- a/chapter03/patches.xml +++ b/chapter03/patches.xml @@ -123,6 +123,14 @@ + + MPFR Fixes Patch - &kbd-backspace-patch-size;: + + Download: + MD5 sum: &mpfr-fixes-patch-md5; + + + Patch Testsuite Fix Patch - &patch-test-patch-size;: diff --git a/chapter05/mpfr.xml b/chapter05/mpfr.xml index 004273828..fe37cae9d 100644 --- a/chapter05/mpfr.xml +++ b/chapter05/mpfr.xml @@ -43,6 +43,10 @@ Installation of MPFR + Apply a patch to fix a few bugs in MPFR: + +patch -Np1 -i ../&mpfr-fixes-patch; + Prepare MPFR for compilation: ./configure --prefix=/tools --enable-thread-safe diff --git a/chapter06/mpfr.xml b/chapter06/mpfr.xml index 2bc943129..dc09f1a76 100644 --- a/chapter06/mpfr.xml +++ b/chapter06/mpfr.xml @@ -41,6 +41,10 @@ Installation of MPFR + Apply a patch to fix a few bugs in MPFR: + +patch -Np1 -i ../&mpfr-fixes-patch; + Prepare MPFR for compilation: ./configure --prefix=/usr --enable-thread-safe \ diff --git a/general.ent b/general.ent index a8653a3c3..713206436 100644 --- a/general.ent +++ b/general.ent @@ -1,5 +1,5 @@ - - + + diff --git a/patches.ent b/patches.ent index d95469c1a..be16e94ee 100644 --- a/patches.ent +++ b/patches.ent @@ -67,6 +67,11 @@ + + + + + -- cgit v1.2.3-54-g00ecf