mirror of git://sourceware.org/git/glibc.git
(libc.so): Add AS_NEEDED line for dynamic linker.
This commit is contained in:
parent
611eb94689
commit
d3f5f87569
|
@ -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) ') )' \
|
||||
) > $@.new
|
||||
mv -f $@.new $@
|
||||
|
||||
|
|
Loading…
Reference in New Issue