Re: [libvirt] [PATCH] build: Add libcurl dependency to libvirt_driver.la

2013-02-05 Thread Jiri Denemark
On Mon, Feb 04, 2013 at 11:23:50 +, Daniel P. Berrange wrote: > On Fri, Feb 01, 2013 at 01:45:19PM +0100, Jiri Denemark wrote: > > libvirt.c calls curl_global_init() if WITH_CURL is defined and thus it > > should be linked with libcurl. This fixes link failure in case neither > > xenapi nor esx

Re: [libvirt] [PATCH] build: Add libcurl dependency to libvirt_driver.la

2013-02-04 Thread Daniel P. Berrange
On Fri, Feb 01, 2013 at 01:45:19PM +0100, Jiri Denemark wrote: > libvirt.c calls curl_global_init() if WITH_CURL is defined and thus it > should be linked with libcurl. This fixes link failure in case neither > xenapi nor esx driver is enabled (they are the only users of libcurl). > --- > src/Make

Re: [libvirt] [PATCH] build: Add libcurl dependency to libvirt_driver.la

2013-02-04 Thread Daniel P. Berrange
On Mon, Feb 04, 2013 at 11:27:30AM +0100, Jiri Denemark wrote: > On Mon, Feb 04, 2013 at 09:41:58 +0800, Hu Tao wrote: > > On Fri, Feb 01, 2013 at 01:45:19PM +0100, Jiri Denemark wrote: > > > libvirt.c calls curl_global_init() if WITH_CURL is defined and thus it > > > should be linked with libcurl.

Re: [libvirt] [PATCH] build: Add libcurl dependency to libvirt_driver.la

2013-02-04 Thread Jiri Denemark
On Mon, Feb 04, 2013 at 09:41:58 +0800, Hu Tao wrote: > On Fri, Feb 01, 2013 at 01:45:19PM +0100, Jiri Denemark wrote: > > libvirt.c calls curl_global_init() if WITH_CURL is defined and thus it > > should be linked with libcurl. This fixes link failure in case neither > > xenapi nor esx driver is e

Re: [libvirt] [PATCH] build: Add libcurl dependency to libvirt_driver.la

2013-02-03 Thread Hu Tao
On Fri, Feb 01, 2013 at 01:45:19PM +0100, Jiri Denemark wrote: > libvirt.c calls curl_global_init() if WITH_CURL is defined and thus it > should be linked with libcurl. This fixes link failure in case neither > xenapi nor esx driver is enabled (they are the only users of libcurl). In the case we l

[libvirt] [PATCH] build: Add libcurl dependency to libvirt_driver.la

2013-02-01 Thread Jiri Denemark
libvirt.c calls curl_global_init() if WITH_CURL is defined and thus it should be linked with libcurl. This fixes link failure in case neither xenapi nor esx driver is enabled (they are the only users of libcurl). --- src/Makefile.am | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff