]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
1777. [port] OSF 5.1: fix broken IN6ADDR_ANY_INIT and
authorMark Andrews <marka@isc.org>
Tue, 30 Nov 2004 06:54:14 +0000 (06:54 +0000)
committerMark Andrews <marka@isc.org>
Tue, 30 Nov 2004 06:54:14 +0000 (06:54 +0000)
                        IN6ADDR_LOOPBACK_INIT macros.

CHANGES
lib/bind/configure
lib/bind/configure.in

diff --git a/CHANGES b/CHANGES
index 5dca4aa298525bc7105d42e123cbd2863202b907..3e7ae113963b032943c4c4a10a0fdb7be3df5f86 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,8 @@
-1776.   [port]         Solaris 2.9: fix broken PTHREAD_MUTEX_INIT macro.
+1777.   [port]         OSF 5.1: fix broken IN6ADDR_ANY_INIT and
+                       IN6ADDR_LOOPBACK_INIT macros.
 
-1775.  [placeholder]   rt13205
+1776.   [port]         Solaris 2.9: fix broken IN6ADDR_ANY_INIT and
+                        IN6ADDR_LOOPBACK_INIT macros.
 
 1774.  [port]          Aix: Silence compiler warnings / build failures.
                        [RT #13154]
index c977fd59cd590ce66b3f0b3701a25bff94735cdf..f16337c50bd88360b3f7eff532366d2c2f3aba33 100644 (file)
@@ -1,5 +1,5 @@
 #! /bin/sh
-# From configure.in Revision: 1.95 .
+# From configure.in Revision: 1.96 .
 # Guess values for system-dependent variables and create Makefiles.
 # Generated by GNU Autoconf 2.59.
 #
@@ -30404,12 +30404,18 @@ case "$host" in
        *-bsdi4.1*)
                hack_shutup_stdargcast=yes
                ;;
+       *-osf5.1)
+               hack_shutup_in6addr_init_macros=yes
+               ;;
+       *-osf5.1)
+               hack_shutup_in6addr_init_macros=yes
+               ;;
        *-solaris2.8)
                hack_shutup_pthreadmutexinit=yes
                hack_shutup_in6addr_init_macros=yes
                ;;
        *-solaris2.9)
-               hack_shutup_pthreadmutexinit=yes
+               hack_shutup_in6addr_init_macros=yes
                ;;
 esac
 
index 3d0cb4268f1d4875087ed2d47edcad480f9b9fd1..a7e486fd8e6b8358a23db7ac2bb7389dea9e6b38 100644 (file)
@@ -13,7 +13,7 @@
 # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 # PERFORMANCE OF THIS SOFTWARE.
 
-AC_REVISION($Revision: 1.95 $)
+AC_REVISION($Revision: 1.96 $)
 
 AC_INIT(resolv/herror.c)
 AC_PREREQ(2.13)
@@ -2317,12 +2317,18 @@ case "$host" in
        *-bsdi4.1*)
                hack_shutup_stdargcast=yes
                ;;
+       *-osf5.1)
+               hack_shutup_in6addr_init_macros=yes
+               ;;
+       *-osf5.1)
+               hack_shutup_in6addr_init_macros=yes
+               ;;
        *-solaris2.8)
                hack_shutup_pthreadmutexinit=yes
                hack_shutup_in6addr_init_macros=yes
                ;;
        *-solaris2.9)
-               hack_shutup_pthreadmutexinit=yes
+               hack_shutup_in6addr_init_macros=yes
                ;;
 esac