[libvirt] [PATCH] virnetdevbandwidthtest: Link with libxml2

Eric Blake eblake at redhat.com
Mon Feb 3 17:05:58 UTC 2014


On 02/03/2014 09:59 AM, Michal Privoznik wrote:
> 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.
> 
> Signed-off-by: Michal Privoznik <mprivozn at redhat.com>
> ---
>  tests/Makefile.am | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

ACK

> 
> diff --git a/tests/Makefile.am b/tests/Makefile.am
> index cfc0905..91c385e 100644
> --- a/tests/Makefile.am
> +++ b/tests/Makefile.am
> @@ -658,7 +658,7 @@ commandhelper_LDFLAGS = -static
>  
>  virnetdevbandwidthtest_SOURCES = \
>  	virnetdevbandwidthtest.c testutils.h testutils.c
> -virnetdevbandwidthtest_LDADD = $(LDADDS)
> +virnetdevbandwidthtest_LDADD = $(LDADDS) $(LIBXML_LIBS)
>  
>  if WITH_LIBVIRTD
>  libvirtdconftest_SOURCES = \
> 

-- 
Eric Blake   eblake redhat com    +1-919-301-3266
Libvirt virtualization library http://libvirt.org

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 604 bytes
Desc: OpenPGP digital signature
URL: <http://listman.redhat.com/archives/libvir-list/attachments/20140203/7fd96b2f/attachment-0001.sig>


More information about the libvir-list mailing list