mirror of git://sourceware.org/git/glibc.git
elf: Add missing DSO dependencies for tst-rtld-no-malloc-{audit,preload}
Fixes commit c1560f3f75
("elf: Switch to main malloc after final ld.so self-relocation").
Reviewed-by: Frédéric Bérat <fberat@redhat.com>
This commit is contained in:
parent
79bfbc93de
commit
d30f41d2c9
|
@ -3362,9 +3362,11 @@ $(objpfx)tst-dlopen-auditdup.out: \
|
|||
|
||||
# Reuse an audit module which provides ample debug logging.
|
||||
tst-rtld-no-malloc-audit-ENV = LD_AUDIT=$(objpfx)tst-auditmod1.so
|
||||
$(objpfx)tst-rtld-no-malloc-audit.out: $(objpfx)tst-auditmod1.so
|
||||
|
||||
# Any shared object should do.
|
||||
tst-rtld-no-malloc-preload-ENV = LD_PRELOAD=$(objpfx)tst-auditmod1.so
|
||||
$(objpfx)tst-rtld-no-malloc-preload.out: $(objpfx)tst-auditmod1.so
|
||||
|
||||
LDFLAGS-tst-hash-collision1-mod.so = -Wl,--hash-style=both
|
||||
$(objpfx)tst-hash-collision1: $(objpfx)tst-hash-collision1-mod.so
|
||||
|
|
Loading…
Reference in New Issue