leodido / traffico

Shape your traffic the BPF way
BSD 3-Clause "New" or "Revised" License
77 stars 2 forks source link

build: fix elfutils dependency build #15

Open leodido opened 1 year ago

leodido commented 1 year ago

Signed-off-by: Leo Di Donato leodidonato@gmail.com

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:

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

fntlnz commented 1 year ago

Thank you!