https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=265008
--- Comment #3 from Yuri Victorovich <[email protected]> --- (In reply to Mark Millard from comment #2) Hi Mark, Every symbol should be resolvable in some way, either through some library or it should "just exist". environ(7) suggests that it just exists, w/out the need for any libraries. And it does just exists, except when one links some shared library with particular flags. The provided example is a valid use case of environ, yet it fails without an obvious workaround that doesn't alter link flags. Yuri -- You are receiving this mail because: You are the assignee for the bug.
