Re: [libvirt] [PATCH] build: silence libtool during tests

2012-05-28 Thread Eric Blake
On 05/28/2012 02:28 AM, Daniel P. Berrange wrote: > On Fri, May 25, 2012 at 01:25:46PM -0600, Eric Blake wrote: >> Libtool is picky about linking against a module library (aka a .so); >> giving lots of warnings like this in the tests directory: >> >> CCLD networkxml2argvtest >> >> *** Warning:

Re: [libvirt] [PATCH] build: silence libtool during tests

2012-05-28 Thread Daniel P. Berrange
On Fri, May 25, 2012 at 01:25:46PM -0600, Eric Blake wrote: > Libtool is picky about linking against a module library (aka a .so); > giving lots of warnings like this in the tests directory: > > CCLD networkxml2argvtest > > *** Warning: Linking the executable networkxml2argvtest against the l

[libvirt] [PATCH] build: silence libtool during tests

2012-05-25 Thread Eric Blake
Libtool is picky about linking against a module library (aka a .so); giving lots of warnings like this in the tests directory: CCLD networkxml2argvtest *** Warning: Linking the executable networkxml2argvtest against the loadable module *** libvirt_driver_network.so is not portable! Fix that