Re: [PATCH] libvhost-user: add a link-static option

2020-12-14 Thread Paolo Bonzini
Il lun 14 dic 2020, 21:48 Marc-André Lureau ha scritto: > Adding: > meson.override_dependency('glib-2.0', dependency('glib-2.0', static: > enable_static)) > > just before the "vhost_user = not_found..." works. Is that what you had in > mind? > Why not "meson.override_dependency('glib-2.0', glib

Re: [PATCH] libvhost-user: add a link-static option

2020-12-14 Thread Marc-André Lureau
On Mon, Dec 14, 2020 at 9:07 PM Marc-André Lureau < marcandre.lur...@gmail.com> wrote: > > > On Mon, Dec 14, 2020 at 8:23 PM Paolo Bonzini wrote: > >> On 12/12/20 10:08, marcandre.lur...@redhat.com wrote: >> > From: Marc-André Lureau >> > >> > Fix linking vhost-user binaries with with ./configur

Re: [PATCH] libvhost-user: add a link-static option

2020-12-14 Thread Marc-André Lureau
On Mon, Dec 14, 2020 at 8:23 PM Paolo Bonzini wrote: > On 12/12/20 10:08, marcandre.lur...@redhat.com wrote: > > From: Marc-André Lureau > > > > Fix linking vhost-user binaries with with ./configure -static. > > > > Fixes: 0df750e9d3a5fea5e1 ("libvhost-user: make it a meson subproject") > > Repo

Re: [PATCH] libvhost-user: add a link-static option

2020-12-14 Thread Paolo Bonzini
On 12/12/20 10:08, marcandre.lur...@redhat.com wrote: From: Marc-André Lureau Fix linking vhost-user binaries with with ./configure -static. Fixes: 0df750e9d3a5fea5e1 ("libvhost-user: make it a meson subproject") Reported-by: Peter Maydell Signed-off-by: Marc-André Lureau --- configure

[PATCH] libvhost-user: add a link-static option

2020-12-12 Thread marcandre . lureau
From: Marc-André Lureau Fix linking vhost-user binaries with with ./configure -static. Fixes: 0df750e9d3a5fea5e1 ("libvhost-user: make it a meson subproject") Reported-by: Peter Maydell Signed-off-by: Marc-André Lureau --- configure | 1 + subprojects/libvhos