BIND 10 #634: libexec/bind10-devel/message compiler installed?
BIND 10 Development
do-not-reply at isc.org
Mon Feb 28 18:05:37 UTC 2011
#634: libexec/bind10-devel/message compiler installed?
------------------------------------+---------------------------------
Reporter: jreed | Owner:
Type: defect | Status: new
Priority: major | Milestone:
Component: Unclassified | Keywords:
Sensitive: 0 | Estimated Number of Hours: 0
Add Hours to Ticket: 0 | Billable?: 1
Total Hours: 0 | Internal?: 0
------------------------------------+---------------------------------
Should the message compiler be installed? I think it is a build time
dependency only, but sure.
Here is a patch:
{{{
diff --git a/src/lib/log/compiler/Makefile.am
b/src/lib/log/compiler/Makefile.am
index 2475036..9343793 100644
--- a/src/lib/log/compiler/Makefile.am
+++ b/src/lib/log/compiler/Makefile.am
@@ -10,11 +10,9 @@ if USE_STATIC_LINK
AM_LDFLAGS = -static
endif
-pkglibexecdir = $(libexecdir)/@PACKAGE@
-
CLEANFILES = *.gcno *.gcda
-pkglibexec_PROGRAMS = message
+noinst_PROGRAMS = message
message_SOURCES = message.cc
message_LDADD = $(top_builddir)/src/lib/log/liblog.la
}}}
If it should be installed, then what is correct place and name? And it
will need documentation installed with it to.
--
Ticket URL: <http://bind10.isc.org/ticket/634>
BIND 10 Development <http://bind10.isc.org>
BIND 10 Development
More information about the bind10-tickets
mailing list