On 06/22/2016 07:54 AM, Mark Wielaard wrote: > Only the disasm hook (which is already guarded) depends on cpu_bpf. > Since that is only build when we have bpf.h this also needs a guard: > > if HAVE_LINUX_BPF_H > cpu_bpf = ../libcpu/libcpu_bpf.a > else > cpu_bpf = > endif Good catch. Not sure why I didn't see a problem with that... > Lets push this with that small tweak as soon as the glibc elf.h lands. Ok. r~