summaryrefslogtreecommitdiffstats
path: root/main/libc0.9.32/0001-ldd-subdepends-check-stderr.patch
diff options
context:
space:
mode:
Diffstat (limited to 'main/libc0.9.32/0001-ldd-subdepends-check-stderr.patch')
-rw-r--r--main/libc0.9.32/0001-ldd-subdepends-check-stderr.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/main/libc0.9.32/0001-ldd-subdepends-check-stderr.patch b/main/libc0.9.32/0001-ldd-subdepends-check-stderr.patch
new file mode 100644
index 000000000..c26f65eaf
--- /dev/null
+++ b/main/libc0.9.32/0001-ldd-subdepends-check-stderr.patch
@@ -0,0 +1,11 @@
+--- uClibc-0.9.33.2.orig/utils/ldd.c
++++ uClibc-0.9.33.2/utils/ldd.c
+@@ -827,7 +827,7 @@
+ for (cur = lib_list; cur; cur = cur->next) {
+ if (cur->resolved == 0 && cur->path) {
+ got_em_all = 1;
+- printf("checking sub-depends for '%s'\n", cur->path);
++ fprintf(stderr, "checking sub-depends for '%s'\n", cur->path);
+ find_dependencies(cur->path);
+ cur->resolved = 1;
+ }