main/iproute2-6.6.0-r0: unknown type name 'Elf64_Relr' on ppc64le
iproute2 fails to build on ppc64le with:
In file included from bpf_legacy.c:24:
/usr/include/gelf.h:86:9: error: unknown type name 'Elf64_Relr'
86 | typedef Elf64_Relr GElf_Relr;
|
Since elfutils support is optional, it will be disabled on ppc64le to let it build.