diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2011-09-29 18:34:07 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2011-09-29 18:34:07 +0000 |
commit | 815b82d4e89124ce2df31bfa3e4c4e5f7af87a47 (patch) | |
tree | 1131ada24872e728d343bcc92a47b21ca6fb4a82 /chapter05/mpfr.xml | |
parent | 6d8e177ab9c2b342e431b2a9e90b68cf514334e9 (diff) |
Add a patch to fix several bugs in MPFR. Fixes #2918.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9605 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05/mpfr.xml')
-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..fe37cae9d 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 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=/tools --enable-thread-safe</userinput></screen> |