]> git.pld-linux.org Git - packages/glibc.git/commitdiff
- patch for compile on glibc 2.1. ldconfig-1_9_9-5 ldconfig-1_9_9-6
authorkloczek <kloczek@pld-linux.org>
Sat, 27 Feb 1999 03:25:04 +0000 (03:25 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ldconfig-glibc.patch -> 1.1

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

diff --git a/ldconfig-glibc.patch b/ldconfig-glibc.patch
new file mode 100644 (file)
index 0000000..32eed0d
--- /dev/null
@@ -0,0 +1,15 @@
+diff -Nur ldconfig-980708/ldconfig.c ldconfig-980708.orig/ldconfig.c
+--- ldconfig-980708/ldconfig.c Wed Jul  8 19:55:57 1998
++++ ldconfig-980708.orig/ldconfig.c    Tue Oct  6 08:07:23 1998
+@@ -33,7 +33,11 @@
+ #include <getopt.h>
+ #include <dirent.h>
+ #include <unistd.h>
++#if ((__GLIBC__ == 2) && (__GLIBC_MINOR__ >= 1))
++#include <linux/a.out.h>
++#else
+ #include <a.out.h>
++#endif /* glibc-2.1 */
+ #ifdef _LIBC
+ #include <link.h>
+ #else
This page took 0.289114 seconds and 4 git commands to generate.