BIND 10 master, updated. 0a9ce967a515894bd7c46cf86a6ff4bc3d856b3a [master] added -lrt when necessary for nanosleep. this will fix regression for solaris build due to #613.
BIND 10 source code commits
bind10-changes at lists.isc.org
Tue Mar 1 04:22:37 UTC 2011
The branch, master has been updated
via 0a9ce967a515894bd7c46cf86a6ff4bc3d856b3a (commit)
from db2594e846ccf340ed9820f049b9839231a4832b (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 0a9ce967a515894bd7c46cf86a6ff4bc3d856b3a
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Tue Mar 1 04:21:47 2011 +0000
[master] added -lrt when necessary for nanosleep. this will fix regression
for solaris build due to #613.
-----------------------------------------------------------------------
Summary of changes:
configure.ac | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
-----------------------------------------------------------------------
diff --git a/configure.ac b/configure.ac
index 06398e9..b1a11a5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -295,6 +295,7 @@ AC_SUBST(B10_CXXFLAGS)
AC_SEARCH_LIBS(inet_pton, [nsl])
AC_SEARCH_LIBS(recvfrom, [socket])
+AC_SEARCH_LIBS(nanosleep, [rt])
# Checks for header files.
More information about the bind10-changes
mailing list