BIND 10 trac1557, updated. 33618742d5adfd9c8c064d51845dfacb3e8f7d07 [1557] also allow static link
BIND 10 source code commits
bind10-changes at lists.isc.org
Wed Jan 11 22:16:05 UTC 2012
The branch, trac1557 has been updated
via 33618742d5adfd9c8c064d51845dfacb3e8f7d07 (commit)
from 8c872c890d607442fd0e44c1c4d5e4827abd0284 (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 33618742d5adfd9c8c064d51845dfacb3e8f7d07
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Wed Jan 11 14:15:46 2012 -0800
[1557] also allow static link
-----------------------------------------------------------------------
Summary of changes:
src/bin/auth/benchmarks/Makefile.am | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
-----------------------------------------------------------------------
diff --git a/src/bin/auth/benchmarks/Makefile.am b/src/bin/auth/benchmarks/Makefile.am
index da6a5c8..2de01ff 100644
--- a/src/bin/auth/benchmarks/Makefile.am
+++ b/src/bin/auth/benchmarks/Makefile.am
@@ -4,6 +4,10 @@ AM_CPPFLAGS += $(BOOST_INCLUDES)
AM_CXXFLAGS = $(B10_CXXFLAGS)
+if USE_STATIC_LINK
+AM_LDFLAGS = -static
+endif
+
CLEANFILES = *.gcno *.gcda
noinst_PROGRAMS = query_bench
More information about the bind10-changes
mailing list