Package: integrit Version: 4.1-1 configure.in uses AC_TRY_LINK to detect static linking capabilities. The second argument of this macro is supposed to be a function body, but integrit's configure.in specifies
AC_TRY_LINK(, [int main() { return 0; }], AC_MSG_RESULT(yes),
resulting in nested functions.
This is accepted by GCC, but other compilers (including LLVM) may reject this
GCC extension, and thus fail to build the package for no good reason.
Best,
Michael
pgpurkDakR2nG.pgp
Description: PGP signature

