]> git.pld-linux.org Git - packages/glibc.git/commitdiff
- ported from standalone
authorJan Rękorajski <baggins@pld-linux.org>
Fri, 30 Mar 2001 20:23:33 +0000 (20:23 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    glibc-ldconfig-bklinks.patch -> 1.1

glibc-ldconfig-bklinks.patch [new file with mode: 0644]

diff --git a/glibc-ldconfig-bklinks.patch b/glibc-ldconfig-bklinks.patch
new file mode 100644 (file)
index 0000000..74f78ea
--- /dev/null
@@ -0,0 +1,14 @@
+--- glibc-2.2.2/elf/readlib.c~ Wed Mar 28 22:26:32 2001
++++ glibc-2.2.2/elf/readlib.c  Wed Mar 28 22:31:40 2001
+@@ -87,8 +87,10 @@
+   if (file == NULL)
+     {
+       /* No error for stale symlink.  */
+-      if (is_link && strstr (file_name, ".so") != NULL)
++      if (is_link && strstr (file_name, ".so") != NULL) {
++      unlink (file_name);
+       return 1;
++      }
+       error (0, 0, _("Input file %s not found.\n"), file_name);
+       return 1;
+     }
This page took 0.048545 seconds and 4 git commands to generate.