1776. [port] Solaris 2.9: fix broken PTHREAD_MUTEX_INIT macro.
This commit is contained in:
2
CHANGES
2
CHANGES
@@ -1,3 +1,5 @@
|
||||
1776. [port] Solaris 2.9: fix broken PTHREAD_MUTEX_INIT macro.
|
||||
|
||||
1774. [port] Aix: Silence compiler warnings / build failures.
|
||||
[RT #13154]
|
||||
|
||||
|
||||
5
lib/bind/configure
vendored
5
lib/bind/configure
vendored
@@ -1,5 +1,5 @@
|
||||
#! /bin/sh
|
||||
# From configure.in Revision: 1.83.2.10 .
|
||||
# From configure.in Revision: 1.83.2.11 .
|
||||
# Guess values for system-dependent variables and create Makefiles.
|
||||
# Generated by GNU Autoconf 2.59.
|
||||
#
|
||||
@@ -30408,6 +30408,9 @@ case "$host" in
|
||||
hack_shutup_pthreadmutexinit=yes
|
||||
hack_shutup_in6addr_init_macros=yes
|
||||
;;
|
||||
*-solaris2.9)
|
||||
hack_shutup_pthreadmutexinit=yes
|
||||
;;
|
||||
esac
|
||||
|
||||
case "$hack_shutup_pthreadmutexinit" 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.10 $)
|
||||
AC_REVISION($Revision: 1.83.2.11 $)
|
||||
|
||||
AC_INIT(resolv/herror.c)
|
||||
AC_PREREQ(2.13)
|
||||
@@ -2321,6 +2321,9 @@ case "$host" in
|
||||
hack_shutup_pthreadmutexinit=yes
|
||||
hack_shutup_in6addr_init_macros=yes
|
||||
;;
|
||||
*-solaris2.9)
|
||||
hack_shutup_pthreadmutexinit=yes
|
||||
;;
|
||||
esac
|
||||
|
||||
case "$hack_shutup_pthreadmutexinit" in
|
||||
|
||||
Reference in New Issue
Block a user