From 88fc2daace07d1fdd74c17c7b7c518913a6e1ae4 Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Wed, 5 Oct 2011 19:20:00 +0000 Subject: Add a small change from upstream to gmp git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9612 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/gmp.xml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'chapter06') diff --git a/chapter06/gmp.xml b/chapter06/gmp.xml index 27c413df9..7bad38fa3 100644 --- a/chapter06/gmp.xml +++ b/chapter06/gmp.xml @@ -50,6 +50,11 @@ ABI=32 ./configure ... + First, fix a minor error noted on the upstream web page: + + sed -i 's/np + dn, qn/& - dn/' mpn/generic/dcpi1_bdiv_q.c + + Prepare GMP for compilation: ./configure --prefix=/usr --enable-cxx --enable-mpbsd -- cgit v1.2.3-54-g00ecf