BIND 10 #3305: libraries not identified as part of bind10

BIND 10 Development do-not-reply at isc.org
Wed Jan 29 10:06:13 UTC 2014


#3305: libraries not identified as part of bind10
-------------------------------+------------------------------------------
            Reporter:  jreed   |                        Owner:  UnAssigned
                Type:  defect  |                       Status:  new
            Priority:  medium  |                    Milestone:  New Tasks
           Component:  hooks   |                   Resolution:
            Keywords:          |                 CVSS Scoring:
           Sensitive:  0       |              Defect Severity:  N/A
         Sub-Project:  Core    |  Feature Depending on Ticket:
Estimated Difficulty:  0       |          Add Hours to Ticket:  0
         Total Hours:  0       |                    Internal?:  0
-------------------------------+------------------------------------------

Comment (by muks):

 We discussed this ticket on the call yesterday. These are libraries used
 as part of hooks tests. The following patch should ensure that these are
 not installed:
 {{{
 diff --git a/src/lib/hooks/tests/Makefile.am
 b/src/lib/hooks/tests/Makefile.am
 index 36b6287..1f9479a 100644
 --- a/src/lib/hooks/tests/Makefile.am
 +++ b/src/lib/hooks/tests/Makefile.am
 @@ -44,8 +44,9 @@ if HAVE_GTEST
  # to unexpected errors. For this reason, the --enable-static-link option
 is
  # ignored for unit tests built here.

 -lib_LTLIBRARIES = libnvl.la libivl.la libfxl.la libbcl.la liblcl.la
 liblecl.la \
 -                  libucl.la libfcl.la
 +noinst_LTLIBRARIES = \
 +       libnvl.la libivl.la libfxl.la libbcl.la liblcl.la liblecl.la \
 +       libucl.la libfcl.la

  # No version function
  libnvl_la_SOURCES  = no_version_library.cc
 }}}

-- 
Ticket URL: <http://bind10.isc.org/ticket/3305#comment:1>
BIND 10 Development <http://bind10.isc.org>
BIND 10 Development


More information about the bind10-tickets mailing list