From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Jaeger To: drepper@cygnus.com (Ulrich Drepper) Cc: libc-hacker@sourceware.cygnus.com Subject: Re: ldconfig Patch Date: Sat, 04 Dec 1999 02:04:00 -0000 Message-id: References: <19991130155608.B515@mff.cuni.cz> <199911301456.PAA24045@landau.wins.uva.nl> X-SW-Source: 1999-12/msg00004.html >>>>> Ulrich Drepper writes: Uli> Andreas Jaeger writes: >> I've renamed the variable has-ldconfig to use-ldconfig and set it to >> yes for Linux only. I've also followed Jakub's suggestion to use the >> 32/64 bit version for both Linux Sparc versions. Uli> Thanks, I've applied the patch. One problem though: Thanks. >> * sysdeps/unix/sysv/linux/configure.in: Remove check for ldconfig, >> set always use_ldconfig instead. Uli> This change wasn't included. Sorry, I'm appending it now. Andreas ============================================================ Index: sysdeps/unix/sysv/linux/configure.in --- sysdeps/unix/sysv/linux/configure.in 1999/07/14 15:20:41 1.24 +++ sysdeps/unix/sysv/linux/configure.in 1999/12/04 09:57:50 @@ -114,11 +114,8 @@ fi fi -# Check whether `ldconfig' sources are available. This will go away as soon -# as ldconfig is available in GNU libc. -if test -f $srcdir/elf/ldconfig.c; then - has_ldconfig=yes -fi +# On Linux we use ldconfig +use_ldconfig=yes # We need some extensions to the `ldd' script. changequote(,) -- Andreas Jaeger SuSE Labs aj@suse.de private aj@arthur.rhein-neckar.de