BIND 10 trac2940, updated. 41643199f9742a7c9afd96a2f20138c3f0033c37 [2940] Explicitly link with the DDNS module with libdhcp++.

BIND 10 source code commits bind10-changes at lists.isc.org
Fri Nov 15 13:50:02 UTC 2013


The branch, trac2940 has been updated
       via  41643199f9742a7c9afd96a2f20138c3f0033c37 (commit)
      from  338d7d58b4d4f0f0cb19d14d8be87b03964e7227 (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 41643199f9742a7c9afd96a2f20138c3f0033c37
Author: Marcin Siodelski <marcin at isc.org>
Date:   Fri Nov 15 14:49:52 2013 +0100

    [2940] Explicitly link with the DDNS module with libdhcp++.
    
    Observed compilation issues on Debian 7 when libdhcp++ was not explicitly
    linked to the DDNS module.

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

Summary of changes:
 src/bin/d2/Makefile.am       |    1 +
 src/bin/d2/tests/Makefile.am |    1 +
 2 files changed, 2 insertions(+)

-----------------------------------------------------------------------
diff --git a/src/bin/d2/Makefile.am b/src/bin/d2/Makefile.am
index f27fe38..5606ef2 100644
--- a/src/bin/d2/Makefile.am
+++ b/src/bin/d2/Makefile.am
@@ -76,6 +76,7 @@ b10_dhcp_ddns_LDADD += $(top_builddir)/src/lib/asiodns/libb10-asiodns.la
 b10_dhcp_ddns_LDADD += $(top_builddir)/src/lib/asiolink/libb10-asiolink.la
 b10_dhcp_ddns_LDADD += $(top_builddir)/src/lib/config/libb10-cfgclient.la
 b10_dhcp_ddns_LDADD += $(top_builddir)/src/lib/dhcp_ddns/libb10-dhcp_ddns.la
+b10_dhcp_ddns_LDADD += $(top_builddir)/src/lib/dhcp/libb10-dhcp++.la
 b10_dhcp_ddns_LDADD += $(top_builddir)/src/lib/dhcpsrv/libb10-dhcpsrv.la
 b10_dhcp_ddns_LDADD += $(top_builddir)/src/lib/dns/libb10-dns++.la
 b10_dhcp_ddns_LDADD += $(top_builddir)/src/lib/util/libb10-util.la
diff --git a/src/bin/d2/tests/Makefile.am b/src/bin/d2/tests/Makefile.am
index 0866ea0..9c6d1f2 100644
--- a/src/bin/d2/tests/Makefile.am
+++ b/src/bin/d2/tests/Makefile.am
@@ -94,6 +94,7 @@ d2_unittests_LDADD += $(top_builddir)/src/lib/asiolink/libb10-asiolink.la
 d2_unittests_LDADD += $(top_builddir)/src/lib/cc/libb10-cc.la
 d2_unittests_LDADD += $(top_builddir)/src/lib/config/libb10-cfgclient.la
 d2_unittests_LDADD += $(top_builddir)/src/lib/dhcp_ddns/libb10-dhcp_ddns.la
+d2_unittests_LDADD += $(top_builddir)/src/lib/dhcp/libb10-dhcp++.la
 d2_unittests_LDADD += $(top_builddir)/src/lib/dhcpsrv/libb10-dhcpsrv.la
 d2_unittests_LDADD += $(top_builddir)/src/lib/dns/libb10-dns++.la
 d2_unittests_LDADD += $(top_builddir)/src/lib/util/libb10-util.la



More information about the bind10-changes mailing list