[lttng-dev] [PATCH 1/1] liblttng-ust-libc: fix linking
Mathieu Desnoyers
mathieu.desnoyers at efficios.com
Mon Feb 6 09:57:40 EST 2012
* Samuel Martin (smartin at aldebaran-robotics.com) wrote:
> This commit completes and fix the previous one (commit 6b6eebb622).
Used a different approach (based on absolute path) to fix the issue.
commit 28efc95321dfb7bcb353a89d289a449c006f53b2
Author: Mathieu Desnoyers <mathieu.desnoyers at efficios.com>
Date: Mon Feb 6 09:57:54 2012 -0500
liblttng-ust-libc: fix linking
Reported-by: Samuel Martin <smartin at aldebaran-robotics.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers at efficios.com>
Thanks,
Mathieu
>
> Signed-off-by: Samuel Martin <smartin at aldebaran-robotics.com>
> ---
> liblttng-ust-libc/Makefile.am | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/liblttng-ust-libc/Makefile.am b/liblttng-ust-libc/Makefile.am
> index 2dd5ca9..8ffa686 100644
> --- a/liblttng-ust-libc/Makefile.am
> +++ b/liblttng-ust-libc/Makefile.am
> @@ -5,7 +5,7 @@ lib_LTLIBRARIES = liblttng-ust-libc.la
> liblttng_ust_libc_la_SOURCES = \
> lttng-ust-malloc.c \
> ust_libc.h
> -liblttng_ust_libc_la_LIBADD = -ldl -llttng-ust
> +liblttng_ust_libc_la_LIBADD = -ldl -L../liblttng-ust -llttng-ust
>
> noinst_SCRIPTS = run
> EXTRA_DIST = run
> --
> 1.7.9
>
>
> _______________________________________________
> lttng-dev mailing list
> lttng-dev at lists.lttng.org
> http://lists.lttng.org/cgi-bin/mailman/listinfo/lttng-dev
--
Mathieu Desnoyers
Operating System Efficiency R&D Consultant
EfficiOS Inc.
http://www.efficios.com
More information about the lttng-dev
mailing list