fix compilation with uClibc-ng (#8054)
backtrace can be compile time disabled.
This commit is contained in:
parent
f8ae991717
commit
a221a313ae
@ -65,7 +65,7 @@
|
||||
/* Test for backtrace() */
|
||||
#if defined(__APPLE__) || (defined(__linux__) && defined(__GLIBC__)) || \
|
||||
defined(__FreeBSD__) || ((defined(__OpenBSD__) || defined(__NetBSD__)) && defined(USE_BACKTRACE))\
|
||||
|| defined(__DragonFly__)
|
||||
|| defined(__DragonFly__) || (defined(__UCLIBC__) && defined(__UCLIBC_HAS_BACKTRACE__))
|
||||
#define HAVE_BACKTRACE 1
|
||||
#endif
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user