mirror of
git://sourceware.org/git/glibc.git
synced 2025-03-06 20:58:33 +01:00
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:
parent
c5dd659f22
commit
6a290b2895
1 changed files with 2 additions and 0 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Reference in a new issue