From 9b227f28293125d346bcc9deea118e15df21bac6 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Mon, 2 Mar 1998 13:29:39 +0000 Subject: [PATCH] Generate libc.so with absolute paths for the used shared objects. --- Makerules | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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 -- 2.47.2