From: Florian Weimer Date: Fri, 2 Aug 2024 12:45:10 +0000 (+0200) Subject: stdlib: Link tst-concurrent-exit with $(shared-thread-library) X-Git-Tag: glibc-2.41~783 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fb507de8fcd0124ff8b2eb483701899d78f6cc7e;p=thirdparty%2Fglibc.git stdlib: Link tst-concurrent-exit with $(shared-thread-library) This avoids a Hurd build failure. Fixes commit f6ba993e0cda0ca ("stdlib: Allow concurrent exit (BZ 31997)"). --- diff --git a/stdlib/Makefile b/stdlib/Makefile index 7eec68b73a..f659c38feb 100644 --- a/stdlib/Makefile +++ b/stdlib/Makefile @@ -624,3 +624,4 @@ $(objpfx)tst-setcontext3.out: tst-setcontext3.sh $(objpfx)tst-setcontext3 $(evaluate-test) $(objpfx)tst-qsort5: $(libm) +$(objpfx)tst-concurrent-exit: $(shared-thread-library)