diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2016-03-09 04:50:28 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2016-03-09 04:50:28 +0000 |
commit | 5bf238b8b413a43d2539d435e4ab3387299b8541 (patch) | |
tree | c7ee4462fc45313c33e6e968e6a586be1f04a77c /chapter06/mpfr.xml | |
parent | 30bd808c2c16df09d668e73d4811370b69fdec4e (diff) |
Update to mpfr-3.1.4.
Update to linux-4.4.4.
Update to pkg-config-0.29.1.
Update to tcl-6.8.5.
Remove --disable-profile from Glibc instructions.
Create /var/log/faillog.
Remove --enable-obsolete-rpc from Chapter 5 glibc
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11034 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/mpfr.xml')
-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 582e76bbe..b43c3d9aa 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-upstream-patch;</userinput></screen> - +--> <para>Prepare MPFR for compilation:</para> <screen><userinput remap="configure">./configure --prefix=/usr \ |