diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2015-08-25 17:42:28 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2015-08-25 17:42:28 +0000 |
commit | 3a964dbb0b595f3aa0f038377ba7b8d40b6458d8 (patch) | |
tree | e5ff9fb59bbb631b194e03fb6fe8f4903b349d1f /chapter06 | |
parent | 6fc168bc2ec30f8703e507692fa34424887efc01 (diff) |
Add MPFR upstream fixes patch
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10942 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/mpfr.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/chapter06/mpfr.xml b/chapter06/mpfr.xml index 597df4d65..8da91cb47 100644 --- a/chapter06/mpfr.xml +++ b/chapter06/mpfr.xml @@ -40,12 +40,12 @@ <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> ---> +<screen><userinput remap="pre">patch -Np1 -i ../&mpfr-upstream-patch;</userinput></screen> + <para>Prepare MPFR for compilation:</para> <screen><userinput remap="configure">./configure --prefix=/usr \ |