ldconfig Patch
Andreas Jaeger
aj@suse.de
Sat Dec 4 02:04:00 GMT 1999
>>>>> Ulrich Drepper writes:
Uli> Andreas Jaeger <aj@suse.de> 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
More information about the Libc-hacker
mailing list