From 89bea423643bfdf3f9fff0d939010414b40690f3 Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Sat, 15 Mar 2014 09:43:26 -0400 Subject: [PATCH] Fix: lttng-ust needs -ldl for tracef() Signed-off-by: Mathieu Desnoyers --- liblttng-ust/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/liblttng-ust/Makefile.am b/liblttng-ust/Makefile.am index 569a701a..ea4e403c 100644 --- a/liblttng-ust/Makefile.am +++ b/liblttng-ust/Makefile.am @@ -72,6 +72,7 @@ liblttng_ust_la_LIBADD = \ -lpthread \ -lrt \ -lurcu-cds \ + -ldl \ $(top_builddir)/snprintf/libustsnprintf.la \ $(top_builddir)/liblttng-ust-comm/liblttng-ust-comm.la \ liblttng-ust-tracepoint.la \ -- 2.34.1