[libvirt] [libvirt-sandbox][PATCH] configure: Get static libs for static linking

2015-09-24 Thread Michal Privoznik
So you wanna build libvirt-sandbox, right? And you think you have everything you need. Dang, you don't! Because we check for libz and liblzma for dynamic linking. However, libvirt-sandbox-init-qemu is linked statically. Therefore, we need to ask pkg-config to fetch us the list of libs for static

Re: [libvirt] [libvirt-sandbox][PATCH] configure: Get static libs for static linking

2015-09-24 Thread Daniel P. Berrange
On Thu, Sep 24, 2015 at 10:42:20AM +0200, Michal Privoznik wrote: > So you wanna build libvirt-sandbox, right? And you think you have > everything you need. Dang, you don't! Because we check for libz > and liblzma for dynamic linking. However, > libvirt-sandbox-init-qemu is linked statically.