Your message dated Mon, 24 Oct 2011 23:30:07 -0700
with message-id <20111025063007.ga22...@icarus.andrew.net.au>
has caused the report #643569,
regarding isc-dhcp: FTBFS: error: redefinition of 'struct in6_pktinfo'
to be marked as having been forwarded to the upstream software
author(s) dhcp-b...@isc.org
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)
--
643569: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=643569
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Hello,
4.2.2 doesn't build on kfreebsd. See
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=643569 for more details.
I've been given a patch that fixes it, but it needs to be made to the BIND
sources that are in the tarball that gets unpacked at build time, so I don't
have a good way of applying the patch during the build. I think I'm stuck
resolving this bug until you make a new release that includes the patch.
Please maintain the Cc to keep our bug tracking system in the loop.
----- Forwarded message from Robert Millan <r...@debian.org> -----
Date: Sat, 15 Oct 2011 13:29:36 +0200
From: Robert Millan <r...@debian.org>
To: 643...@bugs.debian.org
Subject: Bug#643569: patch
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"
;;
----- End forwarded message -----
--- End Message ---