* Makerules (libc.so): Add AS_NEEDED line for dynamic linker.
authorUlrich Drepper <drepper@redhat.com>
Thu, 24 Feb 2005 02:13:19 +0000 (02:13 +0000)
committerUlrich Drepper <drepper@redhat.com>
Thu, 24 Feb 2005 02:13:19 +0000 (02:13 +0000)
ChangeLog
Makerules

index 12d9f30..aeb0bbe 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2005-02-23  Ulrich Drepper  <drepper@redhat.com>
+
+       * Makerules (libc.so): Add AS_NEEDED line for dynamic linker.
+
 2005-02-22  Ulrich Drepper  <drepper@redhat.com>
 
        * sysdeps/generic/libc-tls.c (static_dtv): Size the same as the
index 5c8185f..57268a6 100644 (file)
--- a/Makerules
+++ b/Makerules
@@ -972,7 +972,7 @@ $(inst_libdir)/libc.so: $(common-objpfx)format.lds \
         cat $<; \
         echo 'GROUP ( $(slibdir)/libc.so$(libc.so-version)' \
              '$(libdir)/$(patsubst %,$(libtype.oS),$(libprefix)$(libc-name))'\
-             'AS_NEEDED (' $(inst_slibdir)/$(rtld-installed-name) ') )' \
+             ' AS_NEEDED (' $(inst_slibdir)/$(rtld-installed-name) ') )' \
        ) > $@.new
        mv -f $@.new $@