From: Ulrich Drepper Date: Wed, 24 Aug 2005 20:55:31 +0000 (+0000) Subject: mudlfap binaries should find the libebl modules. X-Git-Tag: elfutils-0.120~98 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f81343a6ed3066a9d466f4551b6355d2a5411927;p=thirdparty%2Felfutils.git mudlfap binaries should find the libebl modules. --- 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)