[libvirt] [PATCH] build: support warnings on RHEL 5

Eric Blake eblake at redhat.com
Tue Jul 26 21:05:18 UTC 2011


On 07/26/2011 02:25 PM, Eric Blake wrote:
> Without this, a configure built by autoconf 2.59 was broken when
> trying to detect which compiler warning flags were supported.
>
> * .gnulib: Update to latest, for warnings.m4 fix.
> * src/qemu/qemu_conf.c (includes): Drop unused include.
> * src/uml/uml_conf.c (include): Likewise.
> Reported by Daniel P. Berrange.
> ---
>
> * .gnulib a918da4...336406c (86):

>    >  close: No longer depend on module 'fclose'.

This gnulib commit means that we also have to modify bootstrap.conf to 
explicitly pull in the fclose module (we were previously relying on it, 
but only implicitly).  I plan to squash this in:

diff --git i/bootstrap.conf w/bootstrap.conf
index 2fc457e..f006a47 100644
--- i/bootstrap.conf
+++ w/bootstrap.conf
@@ -36,6 +36,7 @@ configmake
  count-one-bits
  crypto/md5
  dirname-lgpl
+fclose
  fcntl-h
  ffs
  fnmatch


-- 
Eric Blake   eblake at redhat.com    +1-801-349-2682
Libvirt virtualization library http://libvirt.org




More information about the libvir-list mailing list