]> git.pld-linux.org Git - packages/glibc.git/blame - glibc-ldconfig-bklinks.patch
- updated to 2.2.4,
[packages/glibc.git] / glibc-ldconfig-bklinks.patch
CommitLineData
c85e4839
JR
1--- glibc-2.2.2/elf/readlib.c~ Wed Mar 28 22:26:32 2001
2+++ glibc-2.2.2/elf/readlib.c Wed Mar 28 22:31:40 2001
3@@ -87,8 +87,10 @@
4 if (file == NULL)
5 {
6 /* No error for stale symlink. */
7- if (is_link && strstr (file_name, ".so") != NULL)
8+ if (is_link && strstr (file_name, ".so") != NULL) {
9+ unlink (file_name);
10 return 1;
11+ }
12 error (0, 0, _("Input file %s not found.\n"), file_name);
13 return 1;
14 }
This page took 0.087287 seconds and 4 git commands to generate.