51f5c91c09
According to uClibc commit [1], dlinfo is not available in recent uClibc (>0.9.33),
but is available in older version of uClibc (<=0.9.33) whith a different prototype
than dlinfo() in glibc.
To be able to use LTTng UST with uClibc, we need to disable the Dynamic Linker
Tracing functionality [2].
A specific test on dlinfo() prototype is performed to enable or disable this
functionality.
This patch supersede the one added in
|
||
---|---|---|
.. | ||
Config.in | ||
lttng-libust-0001-Disable-liblttng-ust-dl-if-dlinfo-is-not-available.patch | ||
lttng-libust.mk |