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 <fweimer@redhat.com>
This commit is contained in:
Arjun Shankar 2024-10-25 09:33:45 +02:00
parent c5dd659f22
commit 6a290b2895

View File

@ -144,6 +144,8 @@ tests = \
tst_wscanf \
# tests
$(objpfx)tst-popen-fork: $(shared-thread-library)
tests-internal = tst-vtables tst-vtables-interposed
ifeq (yes,$(build-shared))