ebpf: really include it only in system emulators
authorPaolo Bonzini <pbonzini@redhat.com>
Tue, 7 Sep 2021 10:45:12 +0000 (12:45 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Wed, 13 Oct 2021 08:47:50 +0000 (10:47 +0200)
commiteeecc2ede44b2a5f2551dfcebd561a3945d4c132
tree3b8333edfbfa1d6d2c0c17de4d1674463e56fc83
parent59e42d88b6851b238927cbe48505b1cef547ce3b
ebpf: really include it only in system emulators

eBPF libraries are being included in user emulators, which is useless and
also breaks --static compilation if a shared library for libbpf is
present in the system.

Reported-by: Alex Bennée <alex.bennee@linaro.org>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
meson.build