Add dev-libs/Ice patch to remove execinfo.h which is unapplicable on musl libc.
This commit is contained in:
parent
30ccff4bb5
commit
9671cfb2ac
@ -31,7 +31,6 @@
|
|||||||
|
|
||||||
#if defined(__GNUC__) && !defined(__sun) && !defined(__FreeBSD__) && !defined(__MINGW32__) && \
|
#if defined(__GNUC__) && !defined(__sun) && !defined(__FreeBSD__) && !defined(__MINGW32__) && \
|
||||||
!defined(ICE_STATIC_LIBS)
|
!defined(ICE_STATIC_LIBS)
|
||||||
# include <execinfo.h>
|
|
||||||
# include <cxxabi.h>
|
# include <cxxabi.h>
|
||||||
# define ICE_GCC_STACK_TRACES
|
# define ICE_GCC_STACK_TRACES
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user