diff options
author | Jim Meyering <meyering@redhat.com> | 2008-08-06 12:08:49 +0000 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2008-08-06 12:08:49 +0000 |
commit | 783158511af85a181b89127350bf3515a608f603 (patch) | |
tree | b4c43dfcd8686875580117cf6e68d19e49e00614 /bootstrap | |
parent | * docs/formatdomain.html docs/formatdomain.html.in: fix memory unit (diff) | |
download | libvirt-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-x | bootstrap | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -69,6 +69,7 @@ c-ctype getaddrinfo getpass gettext +inet_pton mktempd physmem poll |