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

--- Comment #1 from [email protected] ---
This is a bit worse with atf.*.mk and other private libraries as they do
similar things (this is with the code from my isilon-atf branch on my github
fork --
https://github.com/yaneurabeya/freebsd/commit/1804982cd418df56a7f6713802677a982f2ecb41#diff-d41d8cd98f00b204e9800998ecf8427e
):

% (cd lib/libc/tests/gen; make t_vis.checkdpadd)
(cd /usr/src/lib/libc/tests/gen && make -f /usr/src/lib/libc/tests/gen/Makefile
_RECURSING_PROGS=  SUBDIR= PROG=t_vis  checkdpadd)
/usr/src/lib/libc/tests/gen
DPADD -> /usr/obj/usr/src/lib/atf/libatf-c/libatf-c.a
LDADD -> /usr/obj/usr/src/lib/atf/libatf-c/libatf-c.so

Could -rpath be used with LDFLAGS instead with applications that need private
libraries to avoid infecting other binaries with this?

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "[email protected]"

Reply via email to