Re: [libvirt] [PATCHv2] build: add stubs so mdns code can be unconditionally compiled

2012-08-02 Thread Daniel P. Berrange
On Wed, Aug 01, 2012 at 05:52:42PM -0600, Eric Blake wrote: The recent changes to test exported symbols flushed out the fact that we were unconditionally linking against symbols that were only conditionally compiled under HAVE_AVAHI. * src/Makefile.am (libvirt_net_rpc_server_la_SOURCES):

Re: [libvirt] [PATCHv2] build: add stubs so mdns code can be unconditionally compiled

2012-08-02 Thread Eric Blake
On 08/02/2012 04:11 AM, Daniel P. Berrange wrote: On Wed, Aug 01, 2012 at 05:52:42PM -0600, Eric Blake wrote: The recent changes to test exported symbols flushed out the fact that we were unconditionally linking against symbols that were only conditionally compiled under HAVE_AVAHI. *

[libvirt] [PATCHv2] build: add stubs so mdns code can be unconditionally compiled

2012-08-01 Thread Eric Blake
The recent changes to test exported symbols flushed out the fact that we were unconditionally linking against symbols that were only conditionally compiled under HAVE_AVAHI. * src/Makefile.am (libvirt_net_rpc_server_la_SOURCES): Compile virnetservermdns unconditionally. * configure.ac