summaryrefslogtreecommitdiff
path: root/packages/glibc/glibc-2.4/ldd-unbash.patch
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openembedded.org>2007-03-31 14:56:15 +0000
committerMarcin Juszkiewicz <hrw@openembedded.org>2007-03-31 14:56:15 +0000
commitc736d28d5087860369a744e2ed10b8e92610fe97 (patch)
tree1a72526670c29096bafb17f52ea8f0b6033d0464 /packages/glibc/glibc-2.4/ldd-unbash.patch
parent304a829de08ce20c274f5a8e8038bd513f934dda (diff)
parentacc990526106b6ed000907c6dc0d3605679c71c5 (diff)
merge of '3dca1a73b62f0ff1be73ca1a304fd542319e323d'
and '90c926734111bd8bb89a763b03491eb3b15b1e96'
Diffstat (limited to 'packages/glibc/glibc-2.4/ldd-unbash.patch')
-rw-r--r--packages/glibc/glibc-2.4/ldd-unbash.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/packages/glibc/glibc-2.4/ldd-unbash.patch b/packages/glibc/glibc-2.4/ldd-unbash.patch
new file mode 100644
index 0000000000..2fb8854b49
--- /dev/null
+++ b/packages/glibc/glibc-2.4/ldd-unbash.patch
@@ -0,0 +1,11 @@
+--- glibc-2.5/elf/ldd.bash.in.org 2006-04-30 16:06:20.000000000 +0000
++++ glibc-2.5/elf/ldd.bash.in 2007-03-30 19:18:57.000000000 +0000
+@@ -110,7 +110,7 @@
+ # environments where the executed program might not have permissions
+ # to write to the console/tty. But only bash 3.x supports the pipefail
+ # option, and we don't bother to handle the case for older bash versions.
+-if set -o pipefail 2> /dev/null; then
++if false; then
+ try_trace() {
+ eval $add_env '"$@"' | cat
+ }