Re: [libvirt] [PATCH] gcrypt: fix build in case we do not use gnutls and gcrypt

2016-11-03 Thread Olga Krishtal
On 03/11/16 17:13, Martin Kletzander wrote: On Thu, Nov 03, 2016 at 04:14:34PM +0300, Olga Krishtal wrote: In case when we use any crypt library and gnutls make returns compilation errors. Add info that it's caused by 680d2f49dad425395de627a31006cb84848cfa65, please. Signed-off-by: Olga Kri

Re: [libvirt] [PATCH] gcrypt: fix build in case we do not use gnutls and gcrypt

2016-11-03 Thread Martin Kletzander
On Thu, Nov 03, 2016 at 04:14:34PM +0300, Olga Krishtal wrote: In case when we use any crypt library and gnutls make returns compilation errors. Add info that it's caused by 680d2f49dad425395de627a31006cb84848cfa65, please. Signed-off-by: Olga Krishtal --- src/libvirt.c | 13 ++--- 1

Re: [libvirt] [PATCH] gcrypt: fix build in case we do not use gnutls and gcrypt

2016-11-03 Thread Daniel P. Berrange
On Thu, Nov 03, 2016 at 04:14:34PM +0300, Olga Krishtal wrote: > In case when we use any crypt library and gnutls make returns > compilation errors. > > Signed-off-by: Olga Krishtal > --- > src/libvirt.c | 13 ++--- > 1 file changed, 6 insertions(+), 7 deletions(-) > > diff --git a/src

Re: [libvirt] [PATCH] gcrypt: fix build in case we do not use gnutls and gcrypt

2016-11-03 Thread Olga Krishtal
On 03/11/16 16:14, Olga Krishtal wrote: In case when we use any crypt library and gnutls make returns compilation errors. Signed-off-by: Olga Krishtal --- src/libvirt.c | 13 ++--- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/src/libvirt.c b/src/libvirt.c index 52462

[libvirt] [PATCH] gcrypt: fix build in case we do not use gnutls and gcrypt

2016-11-03 Thread Olga Krishtal
In case when we use any crypt library and gnutls make returns compilation errors. Signed-off-by: Olga Krishtal --- src/libvirt.c | 13 ++--- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/src/libvirt.c b/src/libvirt.c index 52462e3..77365d1 100644 --- a/src/libvirt.c +++