]> git.ipfire.org Git - thirdparty/libvirt.git/commit
network: Link with libxml2
authorMichal Privoznik <mprivozn@redhat.com>
Thu, 18 Jul 2019 14:00:54 +0000 (16:00 +0200)
committerMichal Privoznik <mprivozn@redhat.com>
Thu, 18 Jul 2019 14:57:02 +0000 (16:57 +0200)
commit112174b2054438e9851e020db47610ca1bfad2a0
tree11fe1c91c952317800e64a78edd41c4079ce61a6
parent3f9d0d97a77b948c510b3eecd2207e5baa64f806
network: Link with libxml2

Since fb9f6ce6253 we are including a libxml header file in the
network driver but never link with it. This hasn't caused an
immediate problem because in the end the network driver links
with libvirt.la. But apparently, it's causing a build issue on
old Ubuntu.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
src/network/Makefile.inc.am