From 4028929287b97b607b89392384eead98aaad9b9d Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Tue, 18 Feb 2014 18:46:43 +0000 Subject: 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 --- chapter06/mpfr.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'chapter06/mpfr.xml') 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 @@ Prepare MPFR for compilation: -./configure --prefix=/usr \ - --enable-thread-safe \ - --docdir=/usr/share/doc/mpfr-&mpfr-version; +./configure --prefix=/usr \ + --enable-thread-safe \ + --docdir=/usr/share/doc/mpfr-&mpfr-version; Compile the package: -- cgit v1.2.3-54-g00ecf