On 4 April 2016 at 16:22, Daniel P. Berrange <berra...@redhat.com> wrote: > The FreeBSD header files define the AI_V4MAPPED but its > implementation of getaddrinfo() always returns an error > when that flag is set. eg > [...] > --- > > Changed in v2: > > - Fix test case usage of AI_V4MAPPED > - Don't disable AI_V4MAPPED at build time, detect it > at runtime, so we catch any platform with broken impl
This fixes the remaining two of three failures I reported earlier today in 'gmake check' on FreeBSD. Tested-by: Ed Maste <ema...@freebsd.org>