mirror of
https://sourceware.org/git/glibc.git
synced 2025-01-18 14:40:06 +00:00
Fix pattern on $(ldd-rewrite-script) substitution
This commit is contained in:
parent
995a80dfbc
commit
52d4fef8be
@ -1,5 +1,7 @@
|
|||||||
2011-09-13 Andreas Schwab <schwab@redhat.com>
|
2011-09-13 Andreas Schwab <schwab@redhat.com>
|
||||||
|
|
||||||
|
* elf/Makefile (gen-ldd): Fix pattern.
|
||||||
|
|
||||||
* elf/rtld.c (dl_main): Only use USE___THREAD when defined.
|
* elf/rtld.c (dl_main): Only use USE___THREAD when defined.
|
||||||
(init_tls): Likewise.
|
(init_tls): Likewise.
|
||||||
|
|
||||||
|
@ -483,7 +483,7 @@ endef
|
|||||||
else
|
else
|
||||||
define gen-ldd
|
define gen-ldd
|
||||||
LC_ALL=C sed $($(ldd-shell)-ldd-rewrite) < $< \
|
LC_ALL=C sed $($(ldd-shell)-ldd-rewrite) < $< \
|
||||||
| LC_ALL=C sed -f $(patsubst $(..)/,/,$(..)$(ldd-rewrite-script)) > $@.new
|
| LC_ALL=C sed -f $(patsubst $(..)/%,/%,$(..)$(ldd-rewrite-script)) > $@.new
|
||||||
endef
|
endef
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user