diff options
Diffstat (limited to 'system/elfutils/skip-run-elflint-self.patch')
-rw-r--r-- | system/elfutils/skip-run-elflint-self.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/system/elfutils/skip-run-elflint-self.patch b/system/elfutils/skip-run-elflint-self.patch new file mode 100644 index 000000000..0c764faf1 --- /dev/null +++ b/system/elfutils/skip-run-elflint-self.patch @@ -0,0 +1,11 @@ +Ref: #1267, #1268 + +diff -ur a/tests/run-elflint-self.sh b/tests/run-elflint-self.sh +--- a/tests/run-elflint-self.sh 2024-12-06 16:26:53.140727100 +0000 ++++ b/tests/run-elflint-self.sh 2024-12-06 16:27:40.388900152 +0000 +@@ -1,4 +1,5 @@ + #! /bin/sh ++exit 77 + # Copyright (C) 2005, 2007, 2017 Red Hat, Inc. + # This file is part of elfutils. + # Written by Ulrich Drepper <drepper@redhat.com>, 2005. |