Re: [libvirt PATCH 4/6] tests: openvzutilstest: Remove duplicate linking with libvirt_openvz.a

2021-05-03 Thread Pavel Hrdina
On Mon, May 03, 2021 at 12:01:44PM +0200, Tim Wiederhake wrote: > "openvzutilstest" links, amongst others, against "libvirt_openvz.a" and > "libvirt.so". The latter also links against "libvirt_openvz.a", leading > to a One-Definition-Rule violation for "openvzLocateConfFile" in > "openvz_conf.c".

[libvirt PATCH 4/6] tests: openvzutilstest: Remove duplicate linking with libvirt_openvz.a

2021-05-03 Thread Tim Wiederhake
"openvzutilstest" links, amongst others, against "libvirt_openvz.a" and "libvirt.so". The latter also links against "libvirt_openvz.a", leading to a One-Definition-Rule violation for "openvzLocateConfFile" in "openvz_conf.c". Signed-off-by: Tim Wiederhake --- src/libvirt_openvz.syms | 2 ++