Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 23 Oct 2014 00:52:09 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-bugs@FreeBSD.org
Subject:   [Bug 192730] [build] make checkdpadd failures with LD* variables being added to LDADD
Message-ID:  <bug-192730-8-gKrcG7J084@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-192730-8@https.bugs.freebsd.org/bugzilla/>
References:  <bug-192730-8@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=192730

--- Comment #6 from commit-hook@freebsd.org ---
A commit references this bug:

Author: ngie
Date: Thu Oct 23 00:51:53 UTC 2014
New revision: 273500
URL: https://svnweb.freebsd.org/changeset/base/273500

Log:
  MFC r271365:

    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

Changes:
_U  stable/10/
  stable/10/share/mk/bsd.dep.mk

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-192730-8-gKrcG7J084>