]> git.ipfire.org Git - thirdparty/libvirt.git/commit
virnetdevbandwidthtest: Link with libxml2
authorMichal Privoznik <mprivozn@redhat.com>
Mon, 3 Feb 2014 16:50:32 +0000 (17:50 +0100)
committerMichal Privoznik <mprivozn@redhat.com>
Mon, 3 Feb 2014 16:50:32 +0000 (17:50 +0100)
commitdefec0de5fb9af3ed38906050a119b6b899bc2c1
tree8ae35db3fde6896c92a5a2fc9ebe428bab5435bb
parentb44f9e7ec93a5f7ea10aae49491307d3cef698bc
virnetdevbandwidthtest: Link with libxml2

I've received a notice over IRC that on some systems, the
virnetdevbandwidthtest is not linked with libxml:

  /usr/bin/ld: virnetdevbandwidthtest.o: undefined reference to symbol 'xmlStrEqual@@LIBXML2_2.4.30'
  /usr/lib/x86_64-linux-gnu/libxml2.so.2: error adding symbols: DSO missing from command line

Trivial way avoiding this is to add LIBXML_LIBS to
virnetdevbandwidthtest_LDADD.
tests/Makefile.am