From: Eric Blake Date: Tue, 31 Aug 2010 22:27:24 +0000 (-0600) Subject: build: add some modules X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=ff578973c7c4e2e1d59537b82b6312431ebd8d2c;p=libvirt.git build: add some modules snprintf is currently implicitly picked up by getaddrinfo, but we might as well make it explicit so that mingw doesn't break if getaddrinfo changes to drop the dependency. func doesn't matter for gcc compilation, but may help other compilers cope with our use of __func__. * bootstrap.conf (gnulib_modules): Add snprintf and func. --- diff --git a/bootstrap.conf b/bootstrap.conf index ca31a6e267..8a85b9146d 100644 --- a/bootstrap.conf +++ b/bootstrap.conf @@ -29,6 +29,7 @@ count-one-bits crypto/md5 dirname-lgpl fcntl-h +func getaddrinfo gethostname getpass @@ -53,6 +54,7 @@ random_r sched send setsockopt +snprintf socket stpcpy strchrnul