]> git.ipfire.org Git - thirdparty/elfutils.git/commit
libdw: Add RPATH to MAIN_CHECK programs
authorMark Wielaard <mark@klomp.org>
Sat, 3 May 2025 00:46:40 +0000 (02:46 +0200)
committerMark Wielaard <mark@klomp.org>
Sat, 3 May 2025 00:46:40 +0000 (02:46 +0200)
commitc96c4fcd54c64678dbcf9e43b9a991362aa83106
tree0667b00711ed90ffb68d4b13aeaaab1628a83338
parent50586ba4a99c06674962fe3bdd685088ab6808e1
libdw: Add RPATH to MAIN_CHECK programs

We want to test the program against the just build libelf.so not the
system installed one. So add an RPATH to ../libelf.

       * libdw/Makefile.am (CHECK_DEF_FLAGS): Add -Wl,-rpath,../libelf.

https://sourceware.org/bugzilla/show_bug.cgi?id=32929

Signed-off-by: Mark Wielaard <mark@klomp.org>
libdw/Makefile.am