bug-gnulib
[Top][All Lists]
Advanced

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

Re: [PATCH] fclose: don't fail on non-seekable input stream


From: Simon Josefsson
Subject: Re: [PATCH] fclose: don't fail on non-seekable input stream
Date: Sun, 01 May 2011 11:46:28 +0200
User-agent: Gnus/5.110016 (No Gnus v0.16) Emacs/23.2 (gnu/linux)

Eric Blake <address@hidden> writes:

> --- a/modules/fclose
> +++ b/modules/fclose
> @@ -8,6 +8,9 @@ m4/fclose.m4
>  Depends-on:
>  stdio
>  close
> +fflush
> +freading
> +fseeko

I'm using the fclose module in a LGPLv2+ library and now I get:

/home/jas/bin/gnulib-tool: *** incompatible license on modules:
                 fflush                                            GPL
                 fpurge                                            LGPL
                 freading                                          LGPL
/home/jas/bin/gnulib-tool: *** Stop.

The files fflush.c, fpurge.c and freading.c looks complex although not
large.  I wonder what the best solution here is?

/Simon



reply via email to

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