aports/testing/bake/01-no-backtrace-on-musl.patch
2022-12-22 23:48:16 +01:00

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