Re: [PATCH] tests: Add libeu to tests needing error() API

2022-10-13 Thread Mark Wielaard
Hi, On Tue, 2022-09-13 at 09:40 -0700, Khem Raj via Elfutils-devel wrote: > A local error() impelmentation is used when libc does not provide it, > therefore link in libeu.a which contains this function in tests > needing > error() API > > Signed-off-by: Khem Raj Thanks. Added a ChangeLog entry

[PATCH] tests: Add libeu to tests needing error() API

2022-09-13 Thread Khem Raj via Elfutils-devel
A local error() impelmentation is used when libc does not provide it, therefore link in libeu.a which contains this function in tests needing error() API Signed-off-by: Khem Raj --- tests/Makefile.am | 60 +++ 1 file changed, 30 insertions(+), 30 delet