Actions
Bug #3097
openbuild for eBPF programs needs a way to specify Linux header location
Affected Versions:
Effort:
Difficulty:
Label:
Description
We saw that building eBPF programs on Debian unstable does not work reliably because the include path is specified as /usr/include/$(build_cpu)-$(build_os)
. Instead, /usr/include/<multiarch-triplet>
should be used, but there's no easy, portable way to determine that.
Actions