]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
misc: Link tst-mkstemp-fuse-parallel with $(shared-thread-library)
authorFlorian Weimer <fweimer@redhat.com>
Tue, 24 Sep 2024 11:05:48 +0000 (13:05 +0200)
committerFlorian Weimer <fweimer@redhat.com>
Tue, 24 Sep 2024 11:05:52 +0000 (13:05 +0200)
The barrier functions require this on Hurd.

misc/Makefile

index 1422c95317bef9f765ae71bbd597e961bc5533bf..a932b1aab461bc7dcae49af27848fa563e2611e9 100644 (file)
@@ -381,3 +381,4 @@ $(objpfx)tst-select: $(librt)
 $(objpfx)tst-select-time64: $(librt)
 $(objpfx)tst-pselect: $(librt)
 $(objpfx)tst-pselect-time64: $(librt)
+$(objpfx)tst-mkstemp-fuse-parallel: $(shared-thread-library)