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
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
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
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
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