https://sourceware.org/bugzilla/show_bug.cgi?id=32929
Mark Wielaard <mark at klomp dot org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution|--- |FIXED --- Comment #3 from Mark Wielaard <mark at klomp dot org> --- commit c96c4fcd54c64678dbcf9e43b9a991362aa83106 Author: Mark Wielaard <m...@klomp.org> Date: Sat May 3 02:46:40 2025 +0200 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 <m...@klomp.org> -- You are receiving this mail because: You are on the CC list for the bug.