summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/glibc/glibc-2.10.1/ldd-unbash.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-core/glibc/glibc-2.10.1/ldd-unbash.patch')
-rw-r--r--meta/recipes-core/glibc/glibc-2.10.1/ldd-unbash.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/meta/recipes-core/glibc/glibc-2.10.1/ldd-unbash.patch b/meta/recipes-core/glibc/glibc-2.10.1/ldd-unbash.patch
deleted file mode 100644
index 1601310796..0000000000
--- a/meta/recipes-core/glibc/glibc-2.10.1/ldd-unbash.patch
+++ /dev/null
@@ -1,13 +0,0 @@
1Upstream-Status: Inappropriate [not used]
2
3--- glibc-2.5/elf/ldd.bash.in.org 2006-04-30 16:06:20.000000000 +0000
4+++ glibc-2.5/elf/ldd.bash.in 2007-03-30 19:18:57.000000000 +0000
5@@ -110,7 +110,7 @@
6 # environments where the executed program might not have permissions
7 # to write to the console/tty. But only bash 3.x supports the pipefail
8 # option, and we don't bother to handle the case for older bash versions.
9-if set -o pipefail 2> /dev/null; then
10+if false; then
11 try_trace() {
12 eval $add_env '"$@"' | cat
13 }