[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug-cppi] Re: cppi-1.14 released [stable]
From: |
Jim Meyering |
Subject: |
[Bug-cppi] Re: cppi-1.14 released [stable] |
Date: |
Thu, 04 Mar 2010 19:11:04 +0100 |
Ludovic Courtès wrote:
> cppi doesn’t build on non-GNU platforms because it uses obstacks and the
> ‘obstack’ Gnulib module is missing. (See
> http://hydra.nixos.org/job/nixpkgs/trunk/cppi for details.)
Hi Ludovic,
Thank you!
Here's the likely patch, just pushed:
>From 5c9e6379367f4da8a32f70bff0224068a74d3e31 Mon Sep 17 00:00:00 2001
From: Jim Meyering <address@hidden>
Date: Thu, 4 Mar 2010 19:08:27 +0100
Subject: [PATCH] build: avoid build failure on non-glibc systems
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
* bootstrap.conf (gnulib_modules): Add obstack.
Reported by Ludovic Courtès.
---
bootstrap.conf | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/bootstrap.conf b/bootstrap.conf
index 0333079..131f358 100644
--- a/bootstrap.conf
+++ b/bootstrap.conf
@@ -41,6 +41,7 @@ gnulib_modules="
malloc
maintainer-makefile
manywarnings
+ obstack
progname
quote
quotearg
--
1.7.0.1.475.gaf89b