aboutsummaryrefslogtreecommitdiffstats
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, 0 insertions, 11 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
deleted file mode 100644
index c26f65eafd..0000000000
--- a/main/libc0.9.32/0001-ldd-subdepends-check-stderr.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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;
- }