11 lines
464 B
Diff
11 lines
464 B
Diff
|
Index: libunwind-1.1/tests/Makefile.am
|
||
|
===================================================================
|
||
|
--- libunwind-1.1.orig/tests/Makefile.am
|
||
|
+++ libunwind-1.1/tests/Makefile.am
|
||
|
@@ -188,4 +188,4 @@ Lia64_test_stack_LDADD = $(LIBUNWIND_loc
|
||
|
Lia64_test_rbs_LDADD = $(LIBUNWIND_local)
|
||
|
Lia64_test_readonly_LDADD = $(LIBUNWIND_local)
|
||
|
ia64_test_dyn1_LDADD = $(LIBUNWIND)
|
||
|
-ia64_test_sig_LDADD = $(LIBUNWIND)
|
||
|
+ia64_test_sig_LDADD = $(LIBUNWIND) $(LIBUNWIND_local)
|