diff options
author | Armin Kuster <akuster808@gmail.com> | 2017-08-31 22:28:39 -0700 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2017-09-07 10:57:37 +0200 |
commit | 719270845019134c90e8f791eaab50577ea9ab98 (patch) | |
tree | 83399a99a6c05d47144322ee678eb7f06a7013f7 /meta-python/recipes-devtools/python/python-matplotlib/fix_setupext.patch | |
parent | 51c3205dc838e9365b2b16a20e133f2c9b32a002 (diff) | |
download | meta-openembedded-719270845019134c90e8f791eaab50577ea9ab98.tar.gz |
libexecinfo: fix complie issue
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>
Diffstat (limited to 'meta-python/recipes-devtools/python/python-matplotlib/fix_setupext.patch')
0 files changed, 0 insertions, 0 deletions