aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2024-08-02 14:45:10 +0200
committerFlorian Weimer <fweimer@redhat.com>2024-08-02 14:45:10 +0200
commitfb507de8fcd0124ff8b2eb483701899d78f6cc7e (patch)
tree1ec5a46d5e3c0d5a586736ad38f10c39e041abac
parent8dc3f4f8adcfbc991b1677464dd7cd485f4e6d85 (diff)
downloadglibc-fb507de8fcd0124ff8b2eb483701899d78f6cc7e.zip
glibc-fb507de8fcd0124ff8b2eb483701899d78f6cc7e.tar.gz
glibc-fb507de8fcd0124ff8b2eb483701899d78f6cc7e.tar.bz2
stdlib: Link tst-concurrent-exit with $(shared-thread-library)
This avoids a Hurd build failure. Fixes commit f6ba993e0cda0ca ("stdlib: Allow concurrent exit (BZ 31997)").
-rw-r--r--stdlib/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/stdlib/Makefile b/stdlib/Makefile
index 7eec68b..f659c38 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)