BIND 10 master, updated. 73b30ba80607b3e94b2becab17dd810e1561124a [master] also link with libutil_io

BIND 10 source code commits bind10-changes at lists.isc.org
Fri May 25 12:08:00 UTC 2012


The branch, master has been updated
       via  73b30ba80607b3e94b2becab17dd810e1561124a (commit)
      from  2801bd9baadb96c2965b2cddc729e9ac2ec6dbb0 (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 73b30ba80607b3e94b2becab17dd810e1561124a
Author: Jeremy C. Reed <jreed at ISC.org>
Date:   Fri May 25 04:29:26 2012 -0500

    [master] also link with libutil_io
    
    This fixes problem noticed with
    g++ (Debian 4.6.3-2) 4.6.3
    GNU ld (GNU Binutils for Debian) 2.22
    
    The linker no longer indirectly links. The linker no loner
    searches for dependencies.
    
    This one line addition patch shared on jabber yesterday; builder had problem
    again today.

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

Summary of changes:
 src/bin/auth/Makefile.am |    1 +
 1 file changed, 1 insertion(+)

-----------------------------------------------------------------------
diff --git a/src/bin/auth/Makefile.am b/src/bin/auth/Makefile.am
index 257d8eb..34b5155 100644
--- a/src/bin/auth/Makefile.am
+++ b/src/bin/auth/Makefile.am
@@ -62,6 +62,7 @@ EXTRA_DIST += auth_messages.mes
 b10_auth_LDADD =  $(top_builddir)/src/lib/datasrc/libdatasrc.la
 b10_auth_LDADD += $(top_builddir)/src/lib/dns/libdns++.la
 b10_auth_LDADD += $(top_builddir)/src/lib/util/libutil.la
+b10_auth_LDADD += $(top_builddir)/src/lib/util/io/libutil_io.la
 b10_auth_LDADD += $(top_builddir)/src/lib/config/libcfgclient.la
 b10_auth_LDADD += $(top_builddir)/src/lib/cc/libcc.la
 b10_auth_LDADD += $(top_builddir)/src/lib/exceptions/libexceptions.la



More information about the bind10-changes mailing list