]> 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:27:40 +0000 (21:27 +0000)
committerMark Andrews <marka@isc.org>
Tue, 25 Oct 2011 21:27:40 +0000 (21:27 +0000)
CHANGES
config.h.in
configure
configure.in

diff --git a/CHANGES b/CHANGES
index 90638bf43ea65363bb5f600ce7341fd66250d9c5..5b2c2c158c6e2994c4889fd248659f406111f927 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,5 @@
+3179.  [port]          kfreebsd: build issues. [RT #26273]
+
 3175.   [bug]           Fix how DNSSEC positive wildcard responses from a
                        NSEC3 signed zone are validated.  Stop sending a
                        unnecessary NSEC3 record when generating such
index 259fefed139005f1af4ce121f3899086da2d1081..b4de6f45f33321ff3f86632873978637ff8dd9b7 100644 (file)
@@ -16,7 +16,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: config.h.in,v 1.106.40.26 2011/07/20 00:33:29 ckb Exp $ */
+/* $Id: config.h.in,v 1.106.40.27 2011/10/25 21:27:40 marka Exp $ */
 
 /*! \file */
 
index d0d5a422c18cbf4cd1b5a74deb91681809bd303c..35bc5a4ce1e830338e979a37943bea9d3cd93caf 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.443.26.33 2011/09/02 22:31:45 tbox Exp $
+# $Id: configure,v 1.443.26.34 2011/10/25 21:27:40 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.
+# From configure.in Revision: 1.457.26.39 .
 # Guess values for system-dependent variables and create Makefiles.
 # Generated by GNU Autoconf 2.67.
 #
@@ -20239,7 +20239,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 50564c489596f2ff9816760a5ae25e973fefc878..b5d4dc8afb6a95c2569b9d94eafae0ec1f657b32 100644 (file)
@@ -18,7 +18,7 @@ AC_DIVERT_PUSH(1)dnl
 esyscmd([sed "s/^/# /" COPYRIGHT])dnl
 AC_DIVERT_POP()dnl
 
-AC_REVISION($Revision: 1.457.26.38 $)
+AC_REVISION($Revision: 1.457.26.39 $)
 
 AC_INIT(lib/dns/name.c)
 AC_PREREQ(2.59)
@@ -261,7 +261,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"
                ;;