From 815b82d4e89124ce2df31bfa3e4c4e5f7af87a47 Mon Sep 17 00:00:00 2001 From: Matthew Burgess Date: Thu, 29 Sep 2011 18:34:07 +0000 Subject: Add a patch to fix several bugs in MPFR. Fixes #2918. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9605 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/mpfr.xml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'chapter06') diff --git a/chapter06/mpfr.xml b/chapter06/mpfr.xml index 2bc943129..dc09f1a76 100644 --- a/chapter06/mpfr.xml +++ b/chapter06/mpfr.xml @@ -41,6 +41,10 @@ Installation of MPFR + Apply a patch to fix a few bugs in MPFR: + +patch -Np1 -i ../&mpfr-fixes-patch; + Prepare MPFR for compilation: ./configure --prefix=/usr --enable-thread-safe \ -- cgit v1.2.3-54-g00ecf