Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
BIND
Commits
4091f8df
Commit
4091f8df
authored
Nov 30, 2004
by
Mark Andrews
Browse files
1776. [port] Solaris 2.9: fix broken PTHREAD_MUTEX_INIT macro.
parent
74ff5f08
Changes
3
Hide whitespace changes
Inline
Side-by-side
CHANGES
View file @
4091f8df
1776. [port] Solaris 2.9: fix broken PTHREAD_MUTEX_INIT macro.
1775. [placeholder] rt13205
1774. [port] Aix: Silence compiler warnings / build failures.
...
...
lib/bind/configure
View file @
4091f8df
#! /bin/sh
# From configure.in Revision: 1.9
4
.
# From configure.in Revision: 1.9
5
.
# 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
...
...
lib/bind/configure.in
View file @
4091f8df
...
...
@@ -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.9
4
$)
AC_REVISION($Revision: 1.9
5
$)
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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment