From: Florian Weimer Date: Thu, 26 Jun 2025 09:38:00 +0000 (+0200) Subject: elf: Add missing DSO dependencies for tst-rtld-no-malloc-{audit,preload} X-Git-Tag: glibc-2.42~83 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d30f41d2c9031b0540641af692e56002eab5599f;p=thirdparty%2Fglibc.git elf: Add missing DSO dependencies for tst-rtld-no-malloc-{audit,preload} Fixes commit c1560f3f75c0e892b5522c16f91b4e303f677094 ("elf: Switch to main malloc after final ld.so self-relocation"). Reviewed-by: Frédéric Bérat --- diff --git a/elf/Makefile b/elf/Makefile index 05a78dc9a5..8a31a29191 100644 --- a/elf/Makefile +++ b/elf/Makefile @@ -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