From 042768df2bb06227e4edf47e03985ec0dc907f66 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Sun, 12 Oct 2003 08:49:34 +0000 Subject: Always build and install ldconfig --- ldso/util/readsoname.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'ldso/util/readsoname.c') diff --git a/ldso/util/readsoname.c b/ldso/util/readsoname.c index 2b3f8353f..12c2428f2 100644 --- a/ldso/util/readsoname.c +++ b/ldso/util/readsoname.c @@ -7,8 +7,7 @@ #include #include #include -#include "elf.h" -#include "../config.h" +#include #include "readsoname.h" void warn(char *fmt, ...); @@ -21,6 +20,9 @@ struct needed_tab }; struct needed_tab needed_tab[] = { + { "libc.so.0", LIB_ELF_LIBC0 }, + { "libm.so.0", LIB_ELF_LIBC0 }, + { "libdl.so.0", LIB_ELF_LIBC0 }, { "libc.so.5", LIB_ELF_LIBC5 }, { "libm.so.5", LIB_ELF_LIBC5 }, { "libdl.so.1", LIB_ELF_LIBC5 }, -- cgit v1.2.3