Compilation with GCC 12.1.1 failed as an implicit cast from
const char *
to char *
is no longer accepted without -fpermissive.
A patch to make the cast explicit is added.
In addition debug symbols are provided as a subpackage.
Our ARM infrastructure is unreachable at the moment, so CI jobs will time-out and packages will not be updated until the servers are back.
Compilation with GCC 12.1.1 failed as an implicit cast from
const char *
to char *
is no longer accepted without -fpermissive.
A patch to make the cast explicit is added.
In addition debug symbols are provided as a subpackage.