Re: [libvirt] [PATCH] src: don't statically link code that's already in libvirt.so

2019-05-16 Thread Daniel P . Berrangé
On Thu, May 16, 2019 at 02:56:21PM +0200, Ján Tomko wrote: > On Thu, May 16, 2019 at 12:09:57PM +0100, Daniel P. Berrangé wrote: > > virtlockd and virtlogd statically link to libvirt-net-rpc-server.la > > libvirt-net-rpc.la and libvirt_util.la. libvirt-iohelper statically > > libvirt_iohelper >

Re: [libvirt] [PATCH] src: don't statically link code that's already in libvirt.so

2019-05-16 Thread Ján Tomko
On Thu, May 16, 2019 at 12:09:57PM +0100, Daniel P. Berrangé wrote: virtlockd and virtlogd statically link to libvirt-net-rpc-server.la libvirt-net-rpc.la and libvirt_util.la. libvirt-iohelper statically libvirt_iohelper links to libvirt_util.la. All this code is all already built into the

[libvirt] [PATCH] src: don't statically link code that's already in libvirt.so

2019-05-16 Thread Daniel P . Berrangé
virtlockd and virtlogd statically link to libvirt-net-rpc-server.la libvirt-net-rpc.la and libvirt_util.la. libvirt-iohelper statically links to libvirt_util.la. All this code is all already built into the main libvirt.so, so we should dynamically link all these pieces. This reduces the size of