From: Arjun Shankar Date: Fri, 25 Oct 2024 07:33:45 +0000 (+0200) Subject: libio: Correctly link tst-popen-fork against libpthread X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7c3c9ae28685a9142a8cfa3521bbca74c1007d0b;p=thirdparty%2Fglibc.git libio: Correctly link tst-popen-fork against libpthread tst-popen-fork failed to build for Hurd due to not being linked with libpthread. This commit fixes that. Tested with build-many-glibcs.py for i686-gnu. Reviewed-by: Florian Weimer (cherry picked from commit 6a290b2895b77be839fcb7c44a6a9879560097ad) --- diff --git a/libio/Makefile b/libio/Makefile index 7faba230ac..f2e98f96eb 100644 --- a/libio/Makefile +++ b/libio/Makefile @@ -142,6 +142,8 @@ tests = \ tst_wscanf \ # tests +$(objpfx)tst-popen-fork: $(shared-thread-library) + tests-internal = tst-vtables tst-vtables-interposed ifeq (yes,$(build-shared))