diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2014-02-18 18:46:43 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2014-02-18 18:46:43 +0000 |
commit | 4028929287b97b607b89392384eead98aaad9b9d (patch) | |
tree | 92fc8d3f682c3f86d4ae2bc06984ee53d6baf8ad /chapter06/mpfr.xml | |
parent | aa976fe887a78c5b890f67bdb130d35a828770eb (diff) |
Add a patch to glibc for FHS compatibility.
More text/whitespace changes.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10482 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/mpfr.xml')
-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 00bb8e164..708101891 100644 --- a/chapter06/mpfr.xml +++ b/chapter06/mpfr.xml @@ -43,9 +43,9 @@ <para>Prepare MPFR for compilation:</para> -<screen><userinput remap="configure">./configure --prefix=/usr \ - --enable-thread-safe \ - --docdir=/usr/share/doc/mpfr-&mpfr-version;</userinput></screen> +<screen><userinput remap="configure">./configure --prefix=/usr \ + --enable-thread-safe \ + --docdir=/usr/share/doc/mpfr-&mpfr-version;</userinput></screen> <para>Compile the package:</para> |