This is the mail archive of the libc-hacker@sourceware.cygnus.com mailing list for the glibc project.

Note that libc-hacker is a closed list. You may look at the archives of this list, but subscription and posting are not open.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: ldconfig Patch


>>>>> 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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]