[Bug 192730] [build] make checkdpadd failures with LD* variables being added to LDADD

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed Sep 10 07:56:42 UTC 2014


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=192730

--- Comment #5 from commit-hook at freebsd.org ---
A commit references this bug:

Author: ngie
Date: Wed Sep 10 07:55:52 UTC 2014
New revision: 271365
URL: http://svnweb.freebsd.org/changeset/base/271365

Log:
  Remove many false positives with make checkdpadd

  - Reduce DPADD and LDADD in checkdpadd to -l<foo>
  - Skip over -Wl,[es]*-group because -Wl,--end-group and
    -Wl,--start-group might be required to properly link objects (see
    usr.bin/clang/lldb as an example)

  This caveat has been present for a while with some components of
  the build. However, these false positives were made more more apparent
  after r269648.

  Phabric: D635
  Reviewed by: jmmv (an earlier version)
  PR: 192730
  MFC after: 2 weeks

Changes:
  head/share/mk/bsd.dep.mk

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-bugs mailing list