public inbox for glibc-cvs@sourceware.org
help / color / mirror / Atom feed
* [glibc] elf: Add missing dependency between resolvfail and testobj1.so
@ 2023-03-10 16:54 Florian Weimer
  0 siblings, 0 replies; only message in thread
From: Florian Weimer @ 2023-03-10 16:54 UTC (permalink / raw)
  To: glibc-cvs

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=f7e751affbedf67e16ef97e9da430bd67d793891

commit f7e751affbedf67e16ef97e9da430bd67d793891
Author: Arsen Arsenović <arsen@gentoo.org>
Date:   Tue Mar 7 11:29:35 2023 +0100

    elf: Add missing dependency between resolvfail and testobj1.so
    
    It was possible to run this test individually and have it fail because
    it can't find testobj1.so.  This patch adds that dependency, to prevent
    such issues.
    
    Reviewed-by: Florian Weimer <fweimer@redhat.com>

Diff:
---
 elf/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/elf/Makefile b/elf/Makefile
index e5df78fd04..4d0e04b2a2 100644
--- a/elf/Makefile
+++ b/elf/Makefile
@@ -1631,6 +1631,7 @@ $(objpfx)multiload.out: $(objpfx)testobj1.so
 LDFLAGS-origtest = -rdynamic
 $(objpfx)origtest.out: $(objpfx)testobj1.so
 
+$(objpfx)resolvfail.out: $(objpfx)testobj1.so
 ifeq ($(have-thread-library),yes)
 $(objpfx)resolvfail: $(shared-thread-library)
 endif

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-03-10 16:54 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-10 16:54 [glibc] elf: Add missing dependency between resolvfail and testobj1.so Florian Weimer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).