From: Ulrich Drepper Date: Mon, 2 Mar 1998 13:29:39 +0000 (+0000) Subject: Generate libc.so with absolute paths for the used shared objects. X-Git-Tag: cvs/before-sparc-2_0_x-branch~193 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9b227f28293125d346bcc9deea118e15df21bac6;p=thirdparty%2Fglibc.git Generate libc.so with absolute paths for the used shared objects. --- diff --git a/Makerules b/Makerules index b839a9a9a79..7c44bd59e9f 100644 --- a/Makerules +++ b/Makerules @@ -1,4 +1,4 @@ -# Copyright (C) 1991, 92, 93, 94, 95, 96, 97 Free Software Foundation, Inc. +# Copyright (C) 1991, 92, 93, 94, 95, 96, 97, 98 Free Software Foundation, Inc. # This file is part of the GNU C Library. # The GNU C Library is free software; you can redistribute it and/or @@ -653,7 +653,10 @@ $(inst_libdir)/libc.so: $(common-objpfx)libc.so$(libc.so-version) \ echo ' The dynamic linker defines some functions used by $( $@.new + echo 'GROUP ( $(slibdir)/libc.so$(libc.so-version)' \ + '$(slibdir)/$(rtld-installed-name)' \ + '$(libdir)/lib$(libc-name).a )' \ + ) > $@.new mv -f $@.new $@ endif