[libvirt] [PATCH] Fix linkage of virt-aa-helper with numa library

Michal Privoznik mprivozn at redhat.com
Wed Mar 20 16:10:08 UTC 2013


On 20.03.2013 16:02, Daniel P. Berrange wrote:
> From: "Daniel P. Berrange" <berrange at redhat.com>
> 
> The recent commit moved some of the use of libnuma out of the
> driver code, and into src/util/. It did not, however, update
> libvirt_util.la to link against libnuma. This caused linkage
> failure with virt-aa-helper, since nothing else caused libnuma
> to be pulled onto the linker command line.
> 
> The fix removes all reference to NUMACTL_LIBS/CFLAGS from the
> various modules in src/Makefile.am and just adds them to the
> libvirt_util.la module, which everything else depends on.
> 
> Technically a build-breaker fix, but wanted to wait for feedback
> on this
> 
> Signed-off-by: Daniel P. Berrange <berrange at redhat.com>
> ---
>  src/Makefile.am | 19 ++++++++-----------
>  1 file changed, 8 insertions(+), 11 deletions(-)
> 

ACK

Michal




More information about the libvir-list mailing list