From 88fc2daace07d1fdd74c17c7b7c518913a6e1ae4 Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Wed, 5 Oct 2011 19:20:00 +0000 Subject: [PATCH] Add a small change from upstream to gmp git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9612 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter01/changelog.xml | 10 ++++++++++ chapter06/gmp.xml | 5 +++++ general.ent | 4 ++-- 3 files changed, 17 insertions(+), 2 deletions(-) diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 3b4355798..63aade35b 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -36,6 +36,16 @@ --> + + 2011-10-05 + + + [bdubbs] - Add a small change from upstream to gmp. Fixes + #2935. + + + + 2011-10-02 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 diff --git a/general.ent b/general.ent index 713206436..994cce4b5 100644 --- a/general.ent +++ b/general.ent @@ -1,5 +1,5 @@ - - + +