]> git.ipfire.org Git - thirdparty/bind9.git/commit
2463. [port] linux: POSIX doesn't include the IPv6 Advanced Socket
authorMark Andrews <marka@isc.org>
Wed, 15 Oct 2008 00:05:16 +0000 (00:05 +0000)
committerMark Andrews <marka@isc.org>
Wed, 15 Oct 2008 00:05:16 +0000 (00:05 +0000)
commitd7896edb4e93c4785a9281ea86afba86b758e813
tree8ee3173a08813fb6d142a7df189b3a6a6400259c
parent733531b6d5c705dad87e85a2bcc557f68f902bb3
2463.   [port]          linux: POSIX doesn't include the IPv6 Advanced Socket
                        API and glibc hides parts of the IPv6 Advanced Socket
                        API as a result.  This is stupid 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. [RT #18388]
CHANGES
configure.in