aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05
diff options
context:
space:
mode:
authorMatthew Burgess <matthew@linuxfromscratch.org>2011-12-23 19:03:08 +0000
committerMatthew Burgess <matthew@linuxfromscratch.org>2011-12-23 19:03:08 +0000
commit878bc8bc0bd1e643ed90adcc98abd8ac69f5fa69 (patch)
treeb5fb47b115e86355454036350bb63f61991f532c /chapter05
parent6f33bd1e1c81ee8cba8a37febe6d4116dcc9fd5e (diff)
Add upstream patches for MPFR. Fixes #2983.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9691 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05')
-rw-r--r--chapter05/mpfr.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/chapter05/mpfr.xml b/chapter05/mpfr.xml
index 004273828..b7e049d16 100644
--- a/chapter05/mpfr.xml
+++ b/chapter05/mpfr.xml
@@ -43,6 +43,10 @@
<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=/tools --enable-thread-safe</userinput></screen>