Re: [libvirt] [PATCHv2] build: fix mingw build

2010-10-14 Thread Eric Blake
On 10/14/2010 03:34 AM, Daniel Veillard wrote: On Wed, Oct 13, 2010 at 04:25:45PM -0600, Eric Blake wrote: * .gnulib: Update to latest, for termios fix. * configure.ac (AC_CHECK_HEADERS): Drop redundent check. Reported by Daniel P. Berrange. --- This fixes the problem in a more maintainable man

Re: [libvirt] [PATCHv2] build: fix mingw build

2010-10-14 Thread Daniel Veillard
On Wed, Oct 13, 2010 at 04:25:45PM -0600, Eric Blake wrote: > * .gnulib: Update to latest, for termios fix. > * configure.ac (AC_CHECK_HEADERS): Drop redundent check. > Reported by Daniel P. Berrange. > --- > > This fixes the problem in a more maintainable manner. > > Tested via ./autobuild.sh on

Re: [libvirt] [PATCHv2] build: fix mingw build

2010-10-14 Thread Justin Clift
On 10/14/2010 07:47 PM, Daniel P. Berrange wrote: Yes, this is one of those bits of GIT black-magic. .gnulib isn't a file, its a checkout of an entire 3rd party GIT repository, at the specified changeset has. Not sure why git am isn't happy about appliny it though. Yeah. Applying it worked af

Re: [libvirt] [PATCHv2] build: fix mingw build

2010-10-14 Thread Daniel P. Berrange
On Thu, Oct 14, 2010 at 03:31:27PM +1100, Justin Clift wrote: > On 10/14/2010 09:25 AM, Eric Blake wrote: > > >diff --git a/.gnulib b/.gnulib > >index 2bb63bf..b6d1430 16 > >--- a/.gnulib > >+++ b/.gnulib > >@@ -1 +1 @@ > >-Subproject commit 2bb63bfb25474ea147ee9f1523c0337997359a4c > >+Subproj

Re: [libvirt] [PATCHv2] build: fix mingw build

2010-10-13 Thread Justin Clift
On 10/14/2010 09:25 AM, Eric Blake wrote: diff --git a/.gnulib b/.gnulib index 2bb63bf..b6d1430 16 --- a/.gnulib +++ b/.gnulib @@ -1 +1 @@ -Subproject commit 2bb63bfb25474ea147ee9f1523c0337997359a4c +Subproject commit b6d1430494cdd252cd52eca6abf88b1a00f6c983 H, this looked a bit weird,

[libvirt] [PATCHv2] build: fix mingw build

2010-10-13 Thread Eric Blake
* .gnulib: Update to latest, for termios fix. * configure.ac (AC_CHECK_HEADERS): Drop redundent check. Reported by Daniel P. Berrange. --- This fixes the problem in a more maintainable manner. Tested via ./autobuild.sh on a Fedora host with mingw cross-compiler. * .gnulib 2bb63bf...b6d1430 (32):