Re: [libvirt] [PATCH v2 0/3] qemu: Explicitly check for gnutls_rnd()

2016-04-07 Thread Andrea Bolognani
On Thu, 2016-04-07 at 11:46 -0400, John Ferlan wrote: > >   configure: Restore CFLAGS properly after GnuTLS checks > >   configure: Always use old_CFLAGS and old_LIBS > >   qemu: Explicitly check for gnutls_rnd() > >  > >  configure.ac   | 31 +++ > >  src/qemu/qe

Re: [libvirt] [PATCH v2 0/3] qemu: Explicitly check for gnutls_rnd()

2016-04-07 Thread John Ferlan
On 04/07/2016 09:29 AM, Andrea Bolognani wrote: > Patch 1 fixes a bug in configure. > > Patch 2 performs a minor cleanup. > > Patch 3 is the fix for the build issues currently experienced > on CentOS 6 (see [1]). > > Changes from v1: > > * update CFLAGS and LIBS before performing the check,

[libvirt] [PATCH v2 0/3] qemu: Explicitly check for gnutls_rnd()

2016-04-07 Thread Andrea Bolognani
Patch 1 fixes a bug in configure. Patch 2 performs a minor cleanup. Patch 3 is the fix for the build issues currently experienced on CentOS 6 (see [1]). Changes from v1: * update CFLAGS and LIBS before performing the check, so that the compiler can actually find the function Cheers. [1