mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-04-05 01:17:21 +02:00
11 lines
215 B
Diff
11 lines
215 B
Diff
--- a/util/include/bake_util.h
|
|
+++ b/util/include/bake_util.h
|
|
@@ -37,7 +37,7 @@
|
|
#define UT_EXPORT
|
|
#endif
|
|
|
|
-#ifndef __ANDROID__
|
|
+#if !defined(__ANDROID__) && defined(__GLIBC__)
|
|
#define ENABLE_BACKTRACE
|
|
#endif
|
|
|