Jim Fehlig wrote:
Eric Blake wrote:
> On 06/30/2014 04:42 PM, Jim Fehlig wrote:
>
>
>> Noticed the following error when building the vbox driver
>> in the openSUSE build service
>>
>> CCLD vboxsnapshotxmltest
>> /usr/lib64/gcc/x86_64-suse-linux/4.8/../../../../x86_64-suse-linux/bin/ld:
>> ../src/.libs/libvirt_driver_vbox_impl.a
>> (libvirt_driver_vbox_impl_la-vbox_snapshot_conf.o):
>> undefined reference to symbol 'xmlXPathRegisterNs@(a)LIBXML2_2.4.30'
>> /usr/lib64/libxml2.so: error adding symbols: DSO missing from command line
>> collect2: error: ld returned 1 exit status
>>
>> Fixed by adding LIBXML_LIBS to libvirt_driver_vbox_impl_la_LIBADD
>>
>> Signed-off-by: Jim Fehlig <jfehlig(a)suse.com>
>> ---
>>
>>
> ACK; safe for 1.2.6.
>
>
Thanks, pushed.
Bah, broke syntax-check due to long line in the makefile. I'll push a
fix shortly.
Regards,
Jim