summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGert Wollny <gw.fossdev@gmail.com>2017-09-06 21:24:34 +0200
committerNicolai Hähnle <nicolai.haehnle@amd.com>2017-09-07 14:14:02 +0200
commitc4741bbb6fb98f78551f9e42ae570dcc924e0031 (patch)
tree87bf1d42921fe27c3fda5ad38cd9ca8482ebd22f
parentab16538b8353aadce97962b002730dd1a869dc99 (diff)
mesa/st/tests: Fix regressions with libunwind enabled introduced with 7be6d8fe12
Add the according flags to link with libunwind. Fixes: https://bugs.freedesktop.org/show_bug.cgi?id=102565 Tested-by: Michel Dänzer <michel.daenzer@amd.com> Reviewed-by: Nicolai Hähnle <nicolai.haehnle@amd.com>
-rw-r--r--src/mesa/state_tracker/tests/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/state_tracker/tests/Makefile.am b/src/mesa/state_tracker/tests/Makefile.am
index fb64cf9dc2..12ae7fab10 100644
--- a/src/mesa/state_tracker/tests/Makefile.am
+++ b/src/mesa/state_tracker/tests/Makefile.am
@@ -31,6 +31,7 @@ st_renumerate_test_LDADD = \
$(top_builddir)/src/util/libmesautil.la \
$(top_builddir)/src/gtest/libgtest.la \
$(GALLIUM_COMMON_LIB_DEPS) \
+ $(LIBUNWIND_LIBS) \
$(LLVM_LIBS) \
$(PTHREAD_LIBS) \
$(DLOPEN_LIBS)