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