Re: Building libvirt library without libvirtd or virsh

2020-10-09 Thread Pavel Hrdina
On Thu, Oct 08, 2020 at 11:18:08AM -0700, Román González wrote: > > > > 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 > > m

Re: Building libvirt library without libvirtd or virsh

2020-10-08 Thread Román González
> > 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

Re: Building libvirt library without libvirtd or virsh

2020-10-08 Thread Pavel Hrdina
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 tw

Re: Building libvirt library without libvirtd or virsh

2020-10-08 Thread Martin Kletzander
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, is this exercise futile? 2) Do you know if the