From: Gert Wollny Date: Wed, 6 Sep 2017 19:24:34 +0000 (+0200) Subject: mesa/st/tests: Fix regressions with libunwind enabled introduced with 7be6d8fe12 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c4741bbb6fb98f78551f9e42ae570dcc924e0031;p=mesa.git 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 Reviewed-by: Nicolai Hähnle --- diff --git a/src/mesa/state_tracker/tests/Makefile.am b/src/mesa/state_tracker/tests/Makefile.am index fb64cf9dc2f..12ae7fab106 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)