Fix: disable liblttng-ust-dl if dlinfo is not available in C library
authorRomain Naour <romain.naour@openwide.fr>
Sun, 6 Apr 2014 21:02:41 +0000 (23:02 +0200)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Mon, 7 Apr 2014 20:38:58 +0000 (16:38 -0400)
commite2a13c66ba2097f0828f5f986f2aeb02c44cdf77
tree5ed5a639bde74faa670597a1475c156fffd3d78b
parentf5c774164cf97b279337b0221e65b764c7759700
Fix: disable liblttng-ust-dl if dlinfo is not available in C library

According to uClibc commit [1], dlinfo is not available.
To be able to use LTTng UST with uClibc, we need to disable
the Dynamic Linker Tracing functionality [2].

[1] http://git.uclibc.org/uClibc/commit/?id=f3c9dc499c5c787ddd8c4320f2d44d2ae6e40c22
[2] http://lists.lttng.org/pipermail/lttng-dev/2014-February/022423.html

Signed-off-by: Romain Naour <romain.naour@openwide.fr>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
Makefile.am
configure.ac
This page took 0.024647 seconds and 4 git commands to generate.