| 77bd33e1 | 20-Dec-2019 |
zrj <rimvydas.jasinskas@gmail.com> |
libexecinfo(3): Internalize libelf in symtab.c.
Previous variant had symbol conflicts against ports libelf library. Use custom, cut down variant that provides basic set needed for libexecinfo sym
libexecinfo(3): Internalize libelf in symtab.c.
Previous variant had symbol conflicts against ports libelf library. Use custom, cut down variant that provides basic set needed for libexecinfo symtab.c, ensure symbols are static and mangled. The libelf (as provided in contrib) is not very suitable for generic implementation of backtrace(3) function family.
This is a temporary workaround to unbreak specific ports that are link against libelf and libexecinfo (including static compilations).
Reported-by: Romick@users
show more ...
|