From f81343a6ed3066a9d466f4551b6355d2a5411927 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Wed, 24 Aug 2005 20:55:31 +0000 Subject: [PATCH] mudlfap binaries should find the libebl modules. --- tests/ChangeLog | 1 + tests/Makefile.am | 1 + 2 files changed, 2 insertions(+) diff --git a/tests/ChangeLog b/tests/ChangeLog index 4219f055a..b1bddca8d 100644 --- a/tests/ChangeLog +++ b/tests/ChangeLog @@ -1,6 +1,7 @@ 2005-08-24 Ulrich Drepper * Makefile.am [BUILD_STATIC] (libdw): Add $(libelf) and $(libebl). + [MUDFLAP] (AM_LDFLAGS): Define to find libebl modules. 2005-08-22 Roland McGrath diff --git a/tests/Makefile.am b/tests/Makefile.am index f7d3ef25f..b4cc1b040 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -16,6 +16,7 @@ DEFS = -DHAVE_CONFIG_H -D_GNU_SOURCE if MUDFLAP AM_CFLAGS = -Wall -Werror -Wextra -std=gnu99 -fmudflap\ $(if $($(*F)_no_Wformat),-Wno-format,-Wformat=2) +AM_LDFLAGS = -Wl,-rpath,\$$ORIGIN/../libebl else AM_CFLAGS = -Wall -Werror -Wextra -std=gnu99 \ $(if $($(*F)_no_Wformat),-Wno-format,-Wformat=2) -- 2.47.3