aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2008-08-06 12:08:49 +0000
committerJim Meyering <meyering@redhat.com>2008-08-06 12:08:49 +0000
commit783158511af85a181b89127350bf3515a608f603 (patch)
treeb4c43dfcd8686875580117cf6e68d19e49e00614 /bootstrap
parent* docs/formatdomain.html docs/formatdomain.html.in: fix memory unit (diff)
downloadlibvirt-783158511af85a181b89127350bf3515a608f603.tar.gz
libvirt-783158511af85a181b89127350bf3515a608f603.tar.bz2
libvirt-783158511af85a181b89127350bf3515a608f603.zip
work around MinGW build failure due to its lack of inet_aton
Use inet_pton instead; pull in gnulib's module by the same name. * src/network_conf.c (virNetworkDefParseXML): Use inet_pton, rather than inet_aton. * bootstrap (modules): Add inet_pton. * gnulib/lib/inet_pton.c: New file, from gnulib.
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap1
1 files changed, 1 insertions, 0 deletions
diff --git a/bootstrap b/bootstrap
index bc1c352a1..70b9a0568 100755
--- a/bootstrap
+++ b/bootstrap
@@ -69,6 +69,7 @@ c-ctype
getaddrinfo
getpass
gettext
+inet_pton
mktempd
physmem
poll