Hi, Joost van Baal-Ilić <joostvb-deb...@mdcc.cx> writes:
> I guess patching the testing C code in autoconf_local/aclocal.m4 around these > lines: > > 5127 /* function body */ > 5128 if (strcmp("jimmy", "floyd") == 0) > 5129 initscr(); > 5130 exit(0); yes, there is a `#include <string.h>` missing (-Wimplicit-function-declaration) and `main` needs a return value (-Wimplicit-int). Something like [0] seems to work [1]. [0]: https://salsa.debian.org/itd/ncftp/-/commit/600b2ea2d4f2c2ed9d9b34f7267de82c8513e08e [1]: https://salsa.debian.org/itd/ncftp/-/jobs/7094979#L1914 Best regards itd