BIND 10 trac1557, updated. 349a930441b3bf216c25d308a9a31054180b67ce [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
Thu Jan 12 00:21:52 UTC 2012


The branch, trac1557 has been updated
       via  349a930441b3bf216c25d308a9a31054180b67ce (commit)
      from  33618742d5adfd9c8c064d51845dfacb3e8f7d07 (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 349a930441b3bf216c25d308a9a31054180b67ce
Author: JINMEI Tatuya <jinmei at isc.org>
Date:   Wed Jan 11 16:21:06 2012 -0800

    [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