Re: [libvirt] [PATCH] Fix underlinking of libvirt_driver_interface.so

2015-03-23 Thread Ján Tomko
On Mon, Mar 23, 2015 at 10:11:14AM +0100, Natanael Copa wrote: > Always add udev linker flags when WITH_UDEV is enabled to avoid > underlinking. > > See commit 43dbcb15 (interface: always build all available backends) > > Signed-off-by: Natanael Copa > --- > src/Makefile.am | 3 +-- > 1 file ch

[libvirt] [PATCH] Fix underlinking of libvirt_driver_interface.so

2015-03-23 Thread Natanael Copa
Always add udev linker flags when WITH_UDEV is enabled to avoid underlinking. See commit 43dbcb15 (interface: always build all available backends) Signed-off-by: Natanael Copa --- src/Makefile.am | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/Makefile.am b/src/Makefil