Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | libexecinfo: fix complie issue | Armin Kuster | 2017-09-07 | 1 | -1/+1 |
| | | | | | | | | | | | | | | define _GNU_SOURCES to fix compile issue: execinfo.c:76:5: error: unknown type name 'Dl_info' | Dl_info info; | ^~~~~~~ | execinfo.c:83:13: warning: implicit declaration of function 'dladdr' [-Wimplicit-function-declaration] | if (dladdr(buffer[i], &info) != 0) { V2: Merged two CFLAGS lines into one. Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> | ||||
* | libexecinfo: Add recipe | Khem Raj | 2017-04-05 | 3 | -0/+169 |
This package is handy especially with musl to port apps which use glibc backtrace APIs build for musl systems alone Signed-off-by: Khem Raj <raj.khem@gmail.com> |