diff options
Diffstat (limited to 'devel/elfutils/files/patch-tests_Makefile.am')
-rw-r--r-- | devel/elfutils/files/patch-tests_Makefile.am | 55 |
1 files changed, 55 insertions, 0 deletions
diff --git a/devel/elfutils/files/patch-tests_Makefile.am b/devel/elfutils/files/patch-tests_Makefile.am new file mode 100644 index 000000000000..c6eb1e440678 --- /dev/null +++ b/devel/elfutils/files/patch-tests_Makefile.am @@ -0,0 +1,55 @@ +--- tests/Makefile.am.orig 2015-06-11 11:38:55 UTC ++++ tests/Makefile.am +@@ -346,7 +346,7 @@ libasm = -lasm + libebl = -lebl + else !STANDALONE + if BUILD_STATIC +-libdw = ../libdw/libdw.a $(zip_LIBS) $(libelf) $(libebl) -ldl ++libdw = ../libdw/libdw.a $(zip_LIBS) $(libelf) $(libebl) + libelf = ../libelf/libelf.a + libasm = ../libasm/libasm.a + else +@@ -389,27 +389,27 @@ funcretval_LDADD = $(libdw) $(argp_LDADD + allregs_LDADD = $(libdw) $(argp_LDADD) + find_prologues_LDADD = $(libdw) $(argp_LDADD) + #show_ciefde_LDADD = ../libdwarf/libdwarf.so $(libelf) +-asm_tst1_LDADD = $(libasm) $(libebl) $(libelf) -ldl +-asm_tst2_LDADD = $(libasm) $(libebl) $(libelf) -ldl +-asm_tst3_LDADD = $(libasm) $(libebl) $(libelf) -ldl +-asm_tst4_LDADD = $(libasm) $(libebl) $(libelf) -ldl +-asm_tst5_LDADD = $(libasm) $(libebl) $(libelf) -ldl +-asm_tst6_LDADD = $(libasm) $(libebl) $(libelf) -ldl +-asm_tst7_LDADD = $(libasm) $(libebl) $(libelf) -ldl +-asm_tst8_LDADD = $(libasm) $(libebl) $(libelf) -ldl +-asm_tst9_LDADD = $(libasm) $(libebl) $(libelf) -ldl +-dwflmodtest_LDADD = $(libdw) $(libebl) $(libelf) $(argp_LDADD) -ldl ++asm_tst1_LDADD = $(libasm) $(libebl) $(libelf) ++asm_tst2_LDADD = $(libasm) $(libebl) $(libelf) ++asm_tst3_LDADD = $(libasm) $(libebl) $(libelf) ++asm_tst4_LDADD = $(libasm) $(libebl) $(libelf) ++asm_tst5_LDADD = $(libasm) $(libebl) $(libelf) ++asm_tst6_LDADD = $(libasm) $(libebl) $(libelf) ++asm_tst7_LDADD = $(libasm) $(libebl) $(libelf) ++asm_tst8_LDADD = $(libasm) $(libebl) $(libelf) ++asm_tst9_LDADD = $(libasm) $(libebl) $(libelf) ++dwflmodtest_LDADD = $(libdw) $(libebl) $(libelf) $(argp_LDADD) + rdwrmmap_LDADD = $(libelf) +-dwfl_bug_addr_overflow_LDADD = $(libdw) $(libebl) $(libelf) -ldl ++dwfl_bug_addr_overflow_LDADD = $(libdw) $(libebl) $(libelf) + arls_LDADD = $(libelf) +-dwfl_bug_fd_leak_LDADD = $(libdw) $(libebl) $(libelf) -ldl +-dwfl_bug_report_LDADD = $(libdw) $(libebl) $(libelf) -ldl +-dwfl_bug_getmodules_LDADD = $(libdw) $(libebl) $(libelf) -ldl +-dwfl_addr_sect_LDADD = $(libdw) $(libebl) $(libelf) $(argp_LDADD) -ldl ++dwfl_bug_fd_leak_LDADD = $(libdw) $(libebl) $(libelf) ++dwfl_bug_report_LDADD = $(libdw) $(libebl) $(libelf) ++dwfl_bug_getmodules_LDADD = $(libdw) $(libebl) $(libelf) ++dwfl_addr_sect_LDADD = $(libdw) $(libebl) $(libelf) $(argp_LDADD) + dwarf_getmacros_LDADD = $(libdw) + dwarf_ranges_LDADD = $(libdw) + dwarf_getstring_LDADD = $(libdw) +-addrcfi_LDADD = $(libdw) $(libebl) $(libelf) $(argp_LDADD) -ldl ++addrcfi_LDADD = $(libdw) $(libebl) $(libelf) $(argp_LDADD) + test_flag_nobits_LDADD = $(libelf) + rerequest_tag_LDADD = $(libdw) + alldts_LDADD = $(libebl) $(libelf) |