Displaying 2 results from an estimated 2 matches for "default_librari".
Did you mean:
default_library
2020 Oct 08
2
Re: Building libvirt library without libvirtd or virsh
On Thu, Oct 08, 2020 at 09:38:22AM +0200, Martin Kletzander wrote:
> On Wed, Oct 07, 2020 at 04:50:26PM -0700, Román González wrote:
> > Hello there,
> >
> > I'm trying to play with musl and libvirt to see if I'm able to build a
> > libvirt client binary without dynamic lib dependencies. I have two
> > questions:
> >
> > 1) to your knowledge,
2020 Oct 08
0
Re: Building libvirt library without libvirtd or virsh
>
> If you want to do a minimal build of libvirt you can run meson with
> --auto-features=disabled which will disable most of the features and you
> can explicitly enable only the things that you want to use (this is what
> most distributions are doing when building packages). I just noticed
> that there are some build options where this doesn't work so I'll post
>