On Tue, Sep 09, 2025 at 09:28:39PM +0200, Alexandre Detiste wrote:
> Hi again,
> 
> This looks easy to fix (2 lines of function signatures to adapt)
>...

It might have looked easy to fix, but the problem is not about function 
signatures.

The actual proper fix would be fixing autoreconf, autotools versions 
from the last millenium did not use valid C23 for testing and already
in trixie tests are giving incorrect results like
 checking for working mmap... no

When autoconf gives the correct results, there is no problem with 
function signatures in the code.

The easy fix is in debian/rules
  export DEB_CFLAGS_MAINT_APPEND = -std=gnu17 
-Wno-error=implicit-function-declaration
and I wouldn't spend more effort on the package.

> Greetings

cu
Adrian

Reply via email to