Re: [PATCH] build-sys: fix -static linking of libvhost-user

2020-12-15 Thread Paolo Bonzini
On 15/12/20 09:03, marcandre.lur...@redhat.com wrote: From: Marc-André Lureau Fix linking vhost-user binaries with with ./configure -static, by overriding glib-2.0 dependency with configure results. Fixes: 0df750e9d3a5fea5e1 ("libvhost-user: make it a meson subproject") Reported-by: Peter Mayd

[PATCH] build-sys: fix -static linking of libvhost-user

2020-12-15 Thread marcandre . lureau
From: Marc-André Lureau Fix linking vhost-user binaries with with ./configure -static, by overriding glib-2.0 dependency with configure results. Fixes: 0df750e9d3a5fea5e1 ("libvhost-user: make it a meson subproject") Reported-by: Peter Maydell Signed-off-by: Marc-André Lureau --- meson.build