aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/mpfr.xml
diff options
context:
space:
mode:
authorMatthew Burgess <matthew@linuxfromscratch.org>2011-10-12 21:35:47 +0000
committerMatthew Burgess <matthew@linuxfromscratch.org>2011-10-12 21:35:47 +0000
commitd2f700b581e0f144da64a76759ec53fd94254b62 (patch)
tree10e6a6a4e4172e22a0a5676cd24ac2b87928cad8 /chapter06/mpfr.xml
parent18fd33b46962d5b3920363d0e6739f1f63a7f063 (diff)
Upgrade to MPFR-3.1.0. Fixes #2934.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9630 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/mpfr.xml')
-rw-r--r--chapter06/mpfr.xml4
1 files changed, 0 insertions, 4 deletions
diff --git a/chapter06/mpfr.xml b/chapter06/mpfr.xml
index dc09f1a76..2bc943129 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 to fix a few bugs in MPFR:</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 --enable-thread-safe \