Hi Alexander,
On 11/18/21 7:03 AM, Alexander Kanavin wrote:
From: Alexander Kanavin <alex.kanavin(a)gmail.com>
This is a glibc-only function, and causes build failures with
alternative libc implementations such as musl.
I believe ell builds just fine on musl. We already have an alternate
implementation of rawmemchr in ell/missing.h and it should be used automagically
in case its absence is detected at configure time. Is this not working for you ?
---
ell/pem.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Regards,
-Denis