28 lines
1.2 KiB
Diff
28 lines
1.2 KiB
Diff
|
commit 7f5027995f45337a3fc4bb6d0b2039ee1e685f2e
|
||
|
Author: Florian Weimer <fweimer@redhat.com>
|
||
|
Date: Mon Sep 9 21:10:23 2024 +0200
|
||
|
|
||
|
elf: Fix tst-dlopen-tlsreinit1.out test dependency
|
||
|
|
||
|
Fixes commit 5097cd344fd243fb8deb6dec96e8073753f962f9
|
||
|
("elf: Avoid re-initializing already allocated TLS in dlopen
|
||
|
(bug 31717)").
|
||
|
|
||
|
Reported-by: Patsy Griffin <patsy@redhat.com>
|
||
|
Reviewed-by: Patsy Griffin <patsy@redhat.com>
|
||
|
(cherry picked from commit e82a7cb1622bff08d8e3a144d7c5516a088f1cbc)
|
||
|
|
||
|
diff --git a/elf/Makefile b/elf/Makefile
|
||
|
index a90305d39b68fb5e..8a5678aa63736812 100644
|
||
|
--- a/elf/Makefile
|
||
|
+++ b/elf/Makefile
|
||
|
@@ -3113,7 +3113,7 @@ $(objpfx)tst-dlopen-tlsreinit4: \
|
||
|
# tst-dlopen-tlsreinitmod3.so. The dependency is provided via
|
||
|
# $(objpfx)tst-dlopen-tlsreinitmod1.so.
|
||
|
tst-dlopen-tlsreinitmod2.so-no-z-defs = yes
|
||
|
-$(objpfx)tst-dlopen-tlsreinit.out: $(objpfx)tst-dlopen-tlsreinitmod1.so \
|
||
|
+$(objpfx)tst-dlopen-tlsreinit1.out: $(objpfx)tst-dlopen-tlsreinitmod1.so \
|
||
|
$(objpfx)tst-dlopen-tlsreinitmod2.so $(objpfx)tst-dlopen-tlsreinitmod3.so
|
||
|
# Reuse an audit module which provides ample debug logging.
|
||
|
$(objpfx)tst-dlopen-tlsreinit3.out: $(objpfx)tst-auditmod1.so
|