bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: c-ctype, inttostr, intprops module license


From: Jim Meyering
Subject: Re: c-ctype, inttostr, intprops module license
Date: Wed, 15 Nov 2006 21:33:20 +0100

Simon Josefsson <address@hidden> wrote:
> Yoann Vandoorselaere <address@hidden> writes:
>
>> warning: getaddrinfo is LGPL but depend on intprops which is GPL
>> warning: inttostr is LGPL but depend on intprops which is GPL
>
> Jim, Paul, is it possible to have intprops be under LGPL?  The
> alternative solution I see is to revert the patch for getaddrinfo that
> made it use inttostr (which needs intprops), and use sprintf instead.

Here's a work-around: remove the inclusion of intprops.h
and add a simpler, slightly pessimistic definition instead:

#define INT_BUFLEN_BOUND(t) ((sizeof (t) * CHAR_BIT) * 146 / 485 + 1 + 1)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]