]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
3179. [port] kfreebsd: build issues. [RT #26273]
authorMark Andrews <marka@isc.org>
Tue, 25 Oct 2011 21:22:09 +0000 (21:22 +0000)
committerMark Andrews <marka@isc.org>
Tue, 25 Oct 2011 21:22:09 +0000 (21:22 +0000)
CHANGES
configure
configure.in

diff --git a/CHANGES b/CHANGES
index 0565400ce479582e092213709aedf9e4c983d393..dd31dc3b8dc51f2d82e4ceabde43c2d5cbdd2a1b 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,5 @@
+3179.  [port]          kfreebsd: build issues. [RT #26273]
+
 3178.  [bug]           A race condition introduced by change #3163 could
                        cause an assertion failure on shutdown. [RT #26271]
 
index f980cd16a19d24b7ad9aa6b4c0bd1f20ac1864a5..06a66040fdb482ff0352d2377d24dec05170ed68 100755 (executable)
--- a/configure
+++ b/configure
@@ -14,7 +14,7 @@
 # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 # PERFORMANCE OF THIS SOFTWARE.
 #
-# $Id: configure,v 1.511 2011/10/14 05:42:52 marka Exp $
+# $Id: configure,v 1.512 2011/10/25 21:22:09 marka Exp $
 #
 #      Portions of this code release fall under one or more of the
 #      following Copyright notices.  Please see individual source
 # ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
 # OF THE POSSIBILITY OF SUCH DAMAGE.
 #
-# From configure.in Revision: 1.529 .
+# From configure.in Revision: 1.530 .
 # Guess values for system-dependent variables and create Makefiles.
 # Generated by GNU Autoconf 2.67.
 #
@@ -20291,7 +20291,7 @@ case "$host" in
        # 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* | *-kfreebsd*-gnu)
                STD_CDEFINES="$STD_CDEFINES -D_GNU_SOURCE"
                CPPFLAGS="$CPPFLAGS -D_GNU_SOURCE"
                ;;
index 9a9f3e48589eba59beb3406c40095b34235a0538..362db4a0498844b6a3813b37d96479fc592fc6b1 100644 (file)
@@ -18,7 +18,7 @@ AC_DIVERT_PUSH(1)dnl
 esyscmd([sed "s/^/# /" COPYRIGHT])dnl
 AC_DIVERT_POP()dnl
 
-AC_REVISION($Revision: 1.529 $)
+AC_REVISION($Revision: 1.530 $)
 
 AC_INIT(lib/dns/name.c)
 AC_PREREQ(2.59)
@@ -263,7 +263,7 @@ case "$host" in
        # 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* | *-kfreebsd*-gnu)
                STD_CDEFINES="$STD_CDEFINES -D_GNU_SOURCE"
                CPPFLAGS="$CPPFLAGS -D_GNU_SOURCE"
                ;;