diff options
Diffstat (limited to 'system/elfutils/skip-run-backtrace-native-core.patch')
-rw-r--r-- | system/elfutils/skip-run-backtrace-native-core.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/system/elfutils/skip-run-backtrace-native-core.patch b/system/elfutils/skip-run-backtrace-native-core.patch new file mode 100644 index 000000000..b17a9adbe --- /dev/null +++ b/system/elfutils/skip-run-backtrace-native-core.patch @@ -0,0 +1,11 @@ +Fails on at least ppc64. + +Upstream-URL: https://sourceware.org/bugzilla/show_bug.cgi?id=32406 +--- elfutils-0.192/tests/run-backtrace-native-core.sh.old 2024-10-18 14:03:43.000000000 -0500 ++++ elfutils-0.192/tests/run-backtrace-native-core.sh 2024-12-02 12:16:35.094705219 -0600 +@@ -1,4 +1,5 @@ + #! /usr/bin/env bash ++exit 77 + # Copyright (C) 2013 Red Hat, Inc. + # This file is part of elfutils. + # |