a9ca7e9b2f
OBS-URL: https://build.opensuse.org/request/show/145403 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libunwind?expand=0&rev=9
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)
|