diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2012-07-13 19:54:26 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2012-07-13 19:54:26 +0000 |
commit | 4aff39624681ad351a5f09e4f462aa53eafff828 (patch) | |
tree | 7e7ac241241a87db8273a1a1556d0a1380d2097e /chapter06 | |
parent | 19b352141cb1a77599cee467dc0c0cb57e7af47b (diff) |
Upgrade to MPFR-3.1.1. Fixes #3133.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9903 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/mpfr.xml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/chapter06/mpfr.xml b/chapter06/mpfr.xml index b4a6cd28d..00bb8e164 100644 --- a/chapter06/mpfr.xml +++ b/chapter06/mpfr.xml @@ -41,10 +41,6 @@ <sect2 role="installation"> <title>Installation of MPFR</title> - <para>Apply a patch that fixes a number of bugs in MPFR-&mpfr-version;</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 \ |