BIND 10 master, updated. 4590e29cee633f57d4fa4b91e24f6b570c8eaa6e [master] [1557] server_common depends on libutil_io. it's crucial in static link for some systems.

BIND 10 source code commits bind10-changes at lists.isc.org
Tue Jan 17 19:05:37 UTC 2012


The branch, master has been updated
       via  4590e29cee633f57d4fa4b91e24f6b570c8eaa6e (commit)
      from  23b502611a895742cf9bff65babc5e65c5c1a5cd (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 4590e29cee633f57d4fa4b91e24f6b570c8eaa6e
Author: JINMEI Tatuya <jinmei at isc.org>
Date:   Wed Jan 11 16:21:06 2012 -0800

    [master] [1557] server_common depends on libutil_io.  it's crucial in
    static link for some systems.

-----------------------------------------------------------------------

Summary of changes:
 src/lib/server_common/Makefile.am |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

-----------------------------------------------------------------------
diff --git a/src/lib/server_common/Makefile.am b/src/lib/server_common/Makefile.am
index 714e25f..6010316 100644
--- a/src/lib/server_common/Makefile.am
+++ b/src/lib/server_common/Makefile.am
@@ -31,6 +31,7 @@ libserver_common_la_LIBADD += $(top_builddir)/src/lib/config/libcfgclient.la
 libserver_common_la_LIBADD += $(top_builddir)/src/lib/log/liblog.la
 libserver_common_la_LIBADD += $(top_builddir)/src/lib/acl/libacl.la
 libserver_common_la_LIBADD += $(top_builddir)/src/lib/dns/libdns++.la
+libserver_common_la_LIBADD += $(top_builddir)/src/lib/util/io/libutil_io.la
 BUILT_SOURCES = server_common_messages.h server_common_messages.cc
 server_common_messages.h server_common_messages.cc: server_common_messages.mes
 	$(top_builddir)/src/lib/log/compiler/message $(top_srcdir)/src/lib/server_common/server_common_messages.mes




More information about the bind10-changes mailing list