[Mesa-dev] [PATCH 2/2] mesa/st/tests: Fix regressions with libunwind enabled introduced with 7be6d8fe12

Nicolai Hähnle nhaehnle at gmail.com
Thu Sep 7 12:14:50 UTC 2017


On 07.09.2017 08:38, Michel Dänzer wrote:
> On 07/09/17 04:24 AM, Gert Wollny wrote:
>> Fixes: https://bugs.freedesktop.org/show_bug.cgi?id=102565
>>
>> Add the according flags to link with libunwind.
>> ---
>>   src/mesa/state_tracker/tests/Makefile.am | 1 +
>>   1 file changed, 1 insertion(+)
>>
>> 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)
>>
> 
> Tested-by: Michel Dänzer <michel.daenzer at amd.com>

Travis is also happy.

R-b and pushed, thanks!


-- 
Lerne, wie die Welt wirklich ist,
Aber vergiss niemals, wie sie sein sollte.


More information about the mesa-dev mailing list