diff options
author | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | 2010-07-11 13:47:01 +0200 |
---|---|---|
committer | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | 2010-07-16 18:57:24 +0200 |
commit | 99b45920fd400febd21054980f4dfe5ba143e948 (patch) | |
tree | 1a8ff75fdfe5426ea5a57576c792bd270660d34c /recipes/glibc/glibc-2.5/ldd-unbash.patch | |
parent | 5afb1e872154310d17ef8a0709202dd4ac40f0ee (diff) |
glibc 2;5: cleaned up; patches only in local dir
mved all patches to glibc-2.5
removed references to other dirs.
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Diffstat (limited to 'recipes/glibc/glibc-2.5/ldd-unbash.patch')
-rw-r--r-- | recipes/glibc/glibc-2.5/ldd-unbash.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/recipes/glibc/glibc-2.5/ldd-unbash.patch b/recipes/glibc/glibc-2.5/ldd-unbash.patch new file mode 100644 index 0000000000..2fb8854b49 --- /dev/null +++ b/recipes/glibc/glibc-2.5/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 + } |