Re: [PATCH] Support building when fts and obstack aren't part of libc.

2020-10-26 Thread Érico Nogueira via Elfutils-devel
On Mon Oct 26, 2020 at 9:32 AM -03, Dmitry V. Levin wrote: > On Sun, Oct 25, 2020 at 11:41:12PM -0300, Érico Nogueira via > Elfutils-devel wrote: > > diff --git a/configure.ac b/configure.ac > > index 973409f1..628e7a74 100644 > > --- a/configure.ac > > +++ b/configure.ac > > @@ -542,6 +542,60 @@ e

Re: [PATCH] Support building when fts and obstack aren't part of libc.

2020-10-26 Thread Dmitry V. Levin
On Sun, Oct 25, 2020 at 11:41:12PM -0300, Érico Nogueira via Elfutils-devel wrote: > - Make configure.ac test for fts and obstack availability; > - Add fts and obstack ldflags to all files that need them; > - Add missing argp ldflags to programs in debuginfod/. > > Signed-off-by: Érico Rolim > -

[PATCH] Support building when fts and obstack aren't part of libc.

2020-10-25 Thread Érico Nogueira via Elfutils-devel
- Make configure.ac test for fts and obstack availability; - Add fts and obstack ldflags to all files that need them; - Add missing argp ldflags to programs in debuginfod/. Signed-off-by: Érico Rolim --- This is the start of a series of patches that can enable elfutils to be built on musl-based