diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2014-04-18 23:43:38 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2014-04-18 23:43:38 +0000 |
commit | b84fe840018041fe68791817204c24b51b8dbaed (patch) | |
tree | 7c48815fc877e32f35852f27452010ea27302758 /chapter06/mpfr.xml | |
parent | 85583fa885aa03ffece8ed726c8510d0bae7b9eb (diff) |
Add upstream mpfr fixes
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10540 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/mpfr.xml')
-rw-r--r-- | chapter06/mpfr.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/chapter06/mpfr.xml b/chapter06/mpfr.xml index 708101891..517baf755 100644 --- a/chapter06/mpfr.xml +++ b/chapter06/mpfr.xml @@ -41,6 +41,11 @@ <sect2 role="installation"> <title>Installation of MPFR</title> + <para>First, apply the following patch to fix various bugs that have been + addressed upstream:</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 \ |