[libvirt] [PATCH 16/15] build: update gnulib

Eric Blake eblake at redhat.com
Mon Mar 22 18:18:46 UTC 2010


Picks up fix for gethostname compilation problems on mingw.

* .gnulib: Update to latest.
* build-aux/.gitignore: Regenerate.
---

> There is also a gnulib issue with MinGW on Windows pending.
> Eric and I are working on a patch for it.

This should fix it.
http://lists.gnu.org/archive/html/bug-gnulib/2010-03/msg00306.html

 .gnulib              |    2 +-
 build-aux/.gitignore |    1 +
 2 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/.gnulib b/.gnulib
index 10d66ae..3390966 160000
--- a/.gnulib
+++ b/.gnulib
@@ -1 +1 @@
-Subproject commit 10d66aedfdd610f731c8c54152b9dfca3efbee12
+Subproject commit 339096647215cb4a675239020ec247b6031fce1f
diff --git a/build-aux/.gitignore b/build-aux/.gitignore
index 29b1e03..8717628 100644
--- a/build-aux/.gitignore
+++ b/build-aux/.gitignore
@@ -6,6 +6,7 @@
 /useless-if-before-free
 /vc-list-files
 arg-nonnull.h
+c++defs.h
 config.rpath
 gitlog-to-changelog
 mkinstalldirs
-- 
1.6.6.1




More information about the libvir-list mailing list