[libvirt] [PATCH 05/15] Fix export of virConnectAuthPtrDefault for MinGW builds

Matthias Bolte matthias.bolte at googlemail.com
Tue Mar 23 01:29:03 UTC 2010


2010/3/22 Daniel P. Berrange <berrange at redhat.com>:
> On Mon, Mar 22, 2010 at 02:25:35AM +0100, Matthias Bolte wrote:
>> Use the __declspec(dllexport/dllimport) stuff to export the symbol,
>> otherwise accessing virConnectAuthPtrDefault triggers a segfault.
>> ---
>>  configure.ac                 |   11 +++++++++++
>>  docs/apibuild.py             |    1 +
>>  include/libvirt/libvirt.h.in |   16 +++++++++++++++-
>>  src/Makefile.am              |    4 +++-
>>  4 files changed, 30 insertions(+), 2 deletions(-)
>>
>
> ACK
>
>
> Daniel
>

Thanks, pushed.

Matthias




More information about the libvir-list mailing list