Bug 192757

Summary: [build] libexec/telnetd: fails make checkdpadd
Product: Base System Reporter: Enji Cooper <ngie>
Component: confAssignee: freebsd-bugs (Nobody) <bugs>
Status: Closed DUPLICATE    
Severity: Affects Some People CC: ngie
Priority: ---    
Version: CURRENT   
Hardware: Any   
OS: Any   

Description Enji Cooper freebsd_committer freebsd_triage 2014-08-17 18:25:00 UTC
LDFLAGS should probably point to ${.OBJDIR}/../../lib/libtelnet (or the program should be converted over to use a private library?).

===> libexec/telnetd (checkdpadd)
/usr/src/libexec/telnetd
DPADD -> -lutil -ltermcapw -ltelnet -lmp -lcrypto -lcrypt -lpam
LDADD -> -lutil -ltermcapw /usr/obj/usr/src/libexec/telnetd/../../lib/libtelnet/libtelnet.a -lmp -lcrypto -lcrypt -lpam
Comment 1 Enji Cooper freebsd_committer freebsd_triage 2014-08-19 18:36:10 UTC
The underlying issue here, with rcs, gnu/*/binutils, *bin*/clang, is the same underlying issue as bug 192730. Duping appropriately.

*** This bug has been marked as a duplicate of bug 192730 ***