On 20.03.2013 16:02, Daniel P. Berrange wrote: > From: "Daniel P. Berrange" <[email protected]> > > 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 <[email protected]> > --- > src/Makefile.am | 19 ++++++++----------- > 1 file changed, 8 insertions(+), 11 deletions(-) >
ACK Michal -- libvir-list mailing list [email protected] https://www.redhat.com/mailman/listinfo/libvir-list
