mirror of
https://git.freebsd.org/ports.git
synced 2025-06-10 15:20:32 -04:00
61 lines
2.9 KiB
Text
61 lines
2.9 KiB
Text
--- tests/Makefile.am.orig 2022-04-25 20:56:39 UTC
|
|
+++ tests/Makefile.am
|
|
@@ -624,7 +624,7 @@ installcheck-local:
|
|
LOG_COMPILER="$(installed_LOG_COMPILER)" check-TESTS
|
|
|
|
if BUILD_STATIC
|
|
-libdw = ../libdw/libdw.a -lz $(zip_LIBS) $(libelf) $(libebl) -ldl -lpthread
|
|
+libdw = ../libdw/libdw.a -lz $(zip_LIBS) $(libelf) $(libebl) -lpthread
|
|
libelf = ../libelf/libelf.a -lz
|
|
libasm = ../libasm/libasm.a
|
|
else
|
|
@@ -662,12 +662,12 @@ get_files_LDADD = $(libdw) $(libelf)
|
|
next_files_LDADD = $(libdw) $(libelf)
|
|
get_aranges_LDADD = $(libdw) $(libelf)
|
|
allfcts_LDADD = $(libdw) $(libelf)
|
|
-line2addr_LDADD = $(libdw) $(argp_LDADD)
|
|
-addrscopes_LDADD = $(libdw) $(argp_LDADD)
|
|
-funcscopes_LDADD = $(libdw) $(argp_LDADD)
|
|
-funcretval_LDADD = $(libdw) $(argp_LDADD)
|
|
-allregs_LDADD = $(libdw) $(argp_LDADD)
|
|
-find_prologues_LDADD = $(libdw) $(argp_LDADD)
|
|
+line2addr_LDADD = $(libeu) $(libdw) $(argp_LDADD)
|
|
+addrscopes_LDADD = $(libeu) $(libdw) $(argp_LDADD)
|
|
+funcscopes_LDADD = $(libeu) $(libdw) $(argp_LDADD)
|
|
+funcretval_LDADD = $(libeu) $(libdw) $(argp_LDADD)
|
|
+allregs_LDADD = $(libeu) $(libdw) $(argp_LDADD)
|
|
+find_prologues_LDADD = $(libeu) $(libdw) $(argp_LDADD)
|
|
#show_ciefde_LDADD = ../libdwarf/libdwarf.so $(libelf)
|
|
asm_tst1_LDADD = $(libasm) $(libebl) $(libelf) $(libdw)
|
|
asm_tst2_LDADD = $(libasm) $(libebl) $(libelf) $(libdw)
|
|
@@ -679,13 +679,13 @@ asm_tst7_LDADD = $(libasm) $(libebl) $(libelf) $(libdw
|
|
asm_tst8_LDADD = $(libasm) $(libebl) $(libelf) $(libdw)
|
|
asm_tst9_LDADD = $(libasm) $(libebl) $(libelf) $(libdw)
|
|
dwflmodtest_LDADD = $(libdw) $(libebl) $(libelf) $(argp_LDADD)
|
|
-rdwrmmap_LDADD = $(libelf)
|
|
+rdwrmmap_LDADD = $(libeu) $(libelf)
|
|
dwfl_bug_addr_overflow_LDADD = $(libdw) $(libebl) $(libelf)
|
|
arls_LDADD = $(libelf)
|
|
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)
|
|
+dwfl_bug_getmodules_LDADD = $(libeu) $(libdw) $(libebl) $(libelf)
|
|
+dwfl_addr_sect_LDADD = $(libeu) $(libdw) $(libebl) $(libelf) $(argp_LDADD)
|
|
dwarf_getmacros_LDADD = $(libdw)
|
|
dwarf_ranges_LDADD = $(libdw)
|
|
dwarf_getstring_LDADD = $(libdw)
|
|
@@ -699,10 +699,10 @@ typeiter2_LDADD = $(libdw) $(libelf)
|
|
low_high_pc_LDADD = $(libdw) $(libelf) $(argp_LDADD)
|
|
test_elf_cntl_gelf_getshdr_LDADD = $(libelf)
|
|
dwflsyms_LDADD = $(libdw) $(libelf) $(argp_LDADD)
|
|
-dwfllines_LDADD = $(libdw) $(libelf) $(argp_LDADD)
|
|
-dwfl_report_elf_align_LDADD = $(libdw)
|
|
+dwfllines_LDADD = $(libeu) $(libdw) $(libelf) $(argp_LDADD)
|
|
+dwfl_report_elf_align_LDADD = $(libeu) $(libdw)
|
|
dwfl_report_segment_contiguous_LDADD = $(libdw) $(libebl) $(libelf)
|
|
-varlocs_LDADD = $(libdw) $(libelf) $(argp_LDADD)
|
|
+varlocs_LDADD = $(libeu) $(libdw) $(libelf) $(argp_LDADD)
|
|
backtrace_LDADD = $(libdw) $(libelf) $(argp_LDADD)
|
|
# backtrace-child-biarch also uses those *_CFLAGS and *_LDLAGS variables:
|
|
backtrace_child_CFLAGS = $(fpie_CFLAGS)
|