https://sourceware.org/bugzilla/show_bug.cgi?id=21002
--- Comment #7 from Luiz Angelo Daros de Luca ---
I'm back with news.
I manage to compile all elfutils for OpenWrt, not just libs.
As expected, obstack and fts were missing. I managed to build using:
https://github.com/pullmoll/musl-obstack
https://sourceware.org/bugzilla/show_bug.cgi?id=21009
Mark Wielaard changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://sourceware.org/bugzilla/show_bug.cgi?id=21002
Bug 21002 depends on bug 21009, which changed state.
Bug 21009 Summary: Incompatible with MUSL libc: canonicalize_file_name
https://sourceware.org/bugzilla/show_bug.cgi?id=21009
What|Removed |Added
--
On Mon, Mar 05, 2018 at 02:24:56PM +0100, Mark Wielaard wrote:
> Some systems apparently don't provide canonicalize_file_name. Since
> canonicalize_file_name (path) is defined as realpath(path, NULL) just
> use realpath everywhere.
Pushed to master.