From d118d73284d33bbdcdcff753b10d4065a76f4ebf Mon Sep 17 00:00:00 2001 From: Mark Andrews Date: Wed, 8 Jun 2005 00:44:56 +0000 Subject: [PATCH] 1860. [port] solaris 2.8: hack_shutup_pthreadmutexinit was incorrectly set. [RT #14775] --- CHANGES | 3 +++ lib/bind/configure | 1 - lib/bind/configure.in | 3 +-- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGES b/CHANGES index cba32aed99..7965842a63 100644 --- a/CHANGES +++ b/CHANGES @@ -7,6 +7,9 @@ 1861. [bug] dig could trigger a INSIST on certain malformed responses. [RT #14801] +1860. [port] solaris 2.8: hack_shutup_pthreadmutexinit was + incorrectly set. [RT #14775] + 1856. [doc] Switch Docbook toolchain from DSSSL to XSL. [RT #11398] diff --git a/lib/bind/configure b/lib/bind/configure index a20466de2f..2b415ea46a 100644 --- a/lib/bind/configure +++ b/lib/bind/configure @@ -30566,7 +30566,6 @@ case "$host" in hack_shutup_in6addr_init_macros=yes ;; *-solaris2.8) - hack_shutup_pthreadmutexinit=yes hack_shutup_in6addr_init_macros=yes ;; *-solaris2.9) diff --git a/lib/bind/configure.in b/lib/bind/configure.in index 5f3b04bc0b..024e57b4ec 100644 --- a/lib/bind/configure.in +++ b/lib/bind/configure.in @@ -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.83.2.18 $) +AC_REVISION($Revision: 1.83.2.19 $) AC_INIT(resolv/herror.c) AC_PREREQ(2.13) @@ -2248,7 +2248,6 @@ case "$host" in hack_shutup_in6addr_init_macros=yes ;; *-solaris2.8) - hack_shutup_pthreadmutexinit=yes hack_shutup_in6addr_init_macros=yes ;; *-solaris2.9)