projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
59e42d8
)
ebpf: really include it only in system emulators
author
Paolo Bonzini
<pbonzini@redhat.com>
Tue, 7 Sep 2021 10:45:12 +0000
(12:45 +0200)
committer
Paolo Bonzini
<pbonzini@redhat.com>
Wed, 13 Oct 2021 08:47:50 +0000
(10:47 +0200)
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
patch
|
blob
|
history
diff --git
a/meson.build
b/meson.build
index 2d373a61a6a4f794962c58c695246f1d9026f560..c1314baace667f1d32e62630121e6cb043c95ee3 100644
(file)
--- a/
meson.build
+++ b/
meson.build
@@
-2300,8
+2300,6
@@
subdir('bsd-user')
subdir('linux-user')
subdir('ebpf')
-common_ss.add(libbpf)
-
bsd_user_ss.add(files('gdbstub.c'))
specific_ss.add_all(when: 'CONFIG_BSD_USER', if_true: bsd_user_ss)