diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2015-06-24 00:56:29 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2015-06-24 00:56:29 +0000 |
commit | 05a034447260e00799a3b0ceccc1bbf0ad61f76a (patch) | |
tree | d7882c01069e4e674bdae65ff62934d4f275d77d /chapter06 | |
parent | 5b07f85ce40945d09a0d3dafeef49e37d70afae8 (diff) |
Update to tzdata-2015e.
Update to eudev-3.1.2.
Update to mpfr-3.1.3.
Update to linux-4.1.
Simplify gcc-pass1 instructions. Thanks to Pierre Labastie for the patch.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10918 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/mpfr.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter06/mpfr.xml b/chapter06/mpfr.xml index ab702f17a..597df4d65 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> - +--> <para>Prepare MPFR for compilation:</para> <screen><userinput remap="configure">./configure --prefix=/usr \ |