diff options
author | Ulrich Drepper <drepper@redhat.com> | 2005-02-24 02:13:19 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2005-02-24 02:13:19 +0000 |
commit | c366c93475db5edb2c6acda85e1ba6b4373238c9 (patch) | |
tree | 4596d6436718b387401f9c27ccfb8dc840cba7d1 /Makerules | |
parent | d3f5f87569398d11756b3dcb7a66926bfd8ee047 (diff) | |
download | glibc-c366c93475db5edb2c6acda85e1ba6b4373238c9.tar glibc-c366c93475db5edb2c6acda85e1ba6b4373238c9.tar.gz glibc-c366c93475db5edb2c6acda85e1ba6b4373238c9.tar.bz2 glibc-c366c93475db5edb2c6acda85e1ba6b4373238c9.zip |
* Makerules (libc.so): Add AS_NEEDED line for dynamic linker.
Diffstat (limited to 'Makerules')
-rw-r--r-- | Makerules | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 $@ |