diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2011-12-23 19:03:08 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2011-12-23 19:03:08 +0000 |
commit | 878bc8bc0bd1e643ed90adcc98abd8ac69f5fa69 (patch) | |
tree | b5fb47b115e86355454036350bb63f61991f532c /chapter05 | |
parent | 6f33bd1e1c81ee8cba8a37febe6d4116dcc9fd5e (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.xml | 4 |
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> |