Searched hist:246657 (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.2-release/kerberos5/libexec/digest-service/
H A DMakefilediff 246657 Mon Feb 11 09:58:46 MST 2013 brooks Add -lheimntlm to LDADD directly.

With the current binutils, symbols from libheimtlm.so are loaded because
it is referenced by DT_NEEDED. This feature is not implemented in
mclinker (https://code.google.com/p/mclinker/issues/detail?id=104).
I encountered the same issue when linking with a recent devel/binutils
invoked via clang. This was the only use of DT_NEEDED in the tree so
removing it simplifies toolchain requirements.

Submitted by: Pete Chou <petechou@gmail.com> (mclinker issue)

Completed in 21 milliseconds