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