tag 643569 patch thanks Hi,
Here's a patch to fix this. -- Robert Millan
--- bind/bind-9.8.0-P4/configure.in~ 2011-02-03 06:50:05.000000000 +0100 +++ bind/bind-9.8.0-P4/configure.in 2011-10-15 12:56:31.911737774 +0200 @@ -263,7 +263,7 @@ # as it breaks how the two halves (Basic and Advanced) of the IPv6 # Socket API were designed to be used but we have to live with it. # Define _GNU_SOURCE to pull in the IPv6 Advanced Socket API. - *-linux*) + *-linux* | *-*-gnu | *-gnu*) STD_CDEFINES="$STD_CDEFINES -D_GNU_SOURCE" CPPFLAGS="$CPPFLAGS -D_GNU_SOURCE" ;;

