1
0
mirror of https://github.com/termux/termux-packages synced 2024-06-19 00:17:06 +00:00
termux-packages/disabled-packages/kphp/common-fast-backtrace.cpp.patch
Tee KOBAYASHI 1bbe66e98a kphp: Disabled
Incompatible with latest libuber-h3. A whole bunch of patches are quite
unmaintainable.

kphp-timelib is also disabled as only kphp depends on it.
2022-11-17 18:08:03 +00:00

12 lines
271 B
Diff

--- a/common/fast-backtrace.cpp
+++ b/common/fast-backtrace.cpp
@@ -53,7 +53,7 @@
#error "Unsupported arch"
#endif
-#if defined(__APPLE__)
+#if defined(__aarch64__) || defined(__APPLE__)
int fast_backtrace_without_recursions(void **, int) noexcept {
return 0;
}