> On Oct 26, 2021, at 4:22 AM, Alex Bennée <alex.ben...@linaro.org> wrote: > > From: Paolo Bonzini <pbonz...@redhat.com> > > 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.ben...@linaro.org> > Signed-off-by: Paolo Bonzini <pbonz...@redhat.com> > Signed-off-by: Alex Bennée <alex.ben...@linaro.org> > Message-Id: <20211012162252.263933-1-pbonz...@redhat.com> Reviewed-bt: Warner Losh <i...@bsdimp.com> > --- > meson.build | 2 -- > 1 file changed, 2 deletions(-) > > diff --git a/meson.build b/meson.build > index 2c5b53cbe2..bc520b579c 100644 > --- a/meson.build > +++ b/meson.build > @@ -2610,8 +2610,6 @@ subdir('bsd-user') > subdir('linux-user') > subdir('ebpf') > > -common_ss.add(libbpf) > - > specific_ss.add_all(when: 'CONFIG_BSD_USER', if_true: bsd_user_ss) > > linux_user_ss.add(files('thunk.c')) > -- > 2.30.2 > >
- Re: [PATCH v1 03/28] tests/docker: Update... Philippe Mathieu-Daudé
- [PATCH v1 05/28] tests/docker: Add debian-nios2-c... Alex Bennée
- Re: [PATCH v1 05/28] tests/docker: Add debian... Philippe Mathieu-Daudé
- Re: [PATCH v1 05/28] tests/docker: Add debian... Willian Rampazzo
- [PATCH v1 08/28] tests/tcg: Fix some targets defau... Alex Bennée
- Re: [PATCH v1 08/28] tests/tcg: Fix some targ... Philippe Mathieu-Daudé
- [PATCH v1 13/28] plugins/cache: freed heap-alloca... Alex Bennée
- Re: [PATCH v1 13/28] plugins/cache: freed hea... Philippe Mathieu-Daudé
- [PATCH v1 12/28] ebpf: really include it only in ... Alex Bennée
- Re: [PATCH v1 12/28] ebpf: really include it ... Richard Henderson
- Re: [PATCH v1 12/28] ebpf: really include it... Warner Losh
- [PATCH v1 27/28] tests/tcg: remove duplicate EXTR... Alex Bennée
- Re: [PATCH v1 27/28] tests/tcg: remove duplic... Philippe Mathieu-Daudé
- Re: [PATCH v1 27/28] tests/tcg: remove duplic... Richard Henderson
- Re: [PATCH v1 27/28] tests/tcg: remove du... Alex Bennée
- [PATCH v1 10/28] tests/docker: allow non-unique u... Alex Bennée
- Re: [PATCH v1 10/28] tests/docker: allow non-... Richard Henderson
- Re: [PATCH v1 10/28] tests/docker: allow ... Alex Bennée
- [PATCH v1 25/28] plugins: add helper functions fo... Alex Bennée
- Re: [PATCH v1 25/28] plugins: add helper func... Richard Henderson
- Re: [PATCH v1 25/28] plugins: add helper ... Warner Losh