Hi Érico,
On 11/30/20 10:49 AM, Érico Nogueira wrote:
Hi!
Building ELL 0.35 on a musl system fails, due to ell/pem.c using
rawmemchr(), which is a glibc extension. Building IWD with internal
ELL fails for the same reason.
Thanks for reporting this.
I see that IWD itself has src/missing.h with a fallback, but ELL lacks
that.
I ported the rawmemchr bits in missing.h from iwd to ell in commit
3916c1cc32be205e185a8a56de5cde1b9ec60e81.
Regards,
-Denis