traffico icon indicating copy to clipboard operation
traffico copied to clipboard

build: fix elfutils dependency build

Open leodido opened this issue 2 years ago • 1 comments

Signed-off-by: Leo Di Donato [email protected]

The current xmake version (2.8.1) contains a regression in their autoconf module that does not let us (or anybody) build elfutils properly from their official xmake repository (which also got fixes after my issue disclosure).

This WIP PR (DO NOT MERGE) prepares changes for when xmake v2.8.2 is officially released.

Next step:

  • [ ] wait for xmake 2.8.2 and update the .devcontainer/Dockerfile to install it

Fixes #14 Refs https://github.com/xmake-io/xmake-repo/issues/2313

leodido avatar Jul 14 '23 23:07 leodido

Thank you!

fntlnz avatar Jul 19 '23 14:07 fntlnz