]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
elf: Add missing DSO dependencies for tst-rtld-no-malloc-{audit,preload}
authorFlorian Weimer <fweimer@redhat.com>
Thu, 26 Jun 2025 09:38:00 +0000 (11:38 +0200)
committerFlorian Weimer <fweimer@redhat.com>
Thu, 26 Jun 2025 10:08:29 +0000 (12:08 +0200)
Fixes commit c1560f3f75c0e892b5522c16f91b4e303f677094
("elf: Switch to main malloc after final ld.so self-relocation").

Reviewed-by: Frédéric Bérat <fberat@redhat.com>
elf/Makefile

index 05a78dc9a53c4405771b1ac83490c347af039368..8a31a291914d26aa0a07b5102d7df8c84bacbc51 100644 (file)
@@ -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