Re: [OpenWrt-Devel] [PATCH] [toolchain] add libubacktrace library

2014-01-28 Thread Jiří Šlachta
I suppose this patch is going to be rejected, there is no much need of execinfo functionality in OpenWrt. Several applications has to be hacked to work without it and some of them does not want to work without execinfo at all. I am just sharing the work. ;-) Jiri Dne 28. 1. 2014 19:17, Jiří Šla

[OpenWrt-Devel] [PATCH] [toolchain] add libubacktrace library

2014-01-28 Thread Jiří Šlachta
This patch adds support for backtrace functions also known from *glibc that are declared in execinfo.h. This functionality in uClibc is implemented in libubacktrace library. The application that needs to be compiled with backtrace functions must be linked against libubacktrace.so. Signed-off-by: