diff mbox series

[hurd,commited,2/2] htl: Fix linking static testcases

Message ID 20200209180141.289076-2-samuel.thibault@ens-lyon.org
State New
Headers show
Series [hurd,commited,1/2] htl: Move __register_atfork from forward to own file | expand

Commit Message

Samuel Thibault Feb. 9, 2020, 6:01 p.m. UTC
They need libpthread.a
---
 htl/Makefile | 2 ++
 1 file changed, 2 insertions(+)
diff mbox series

Patch

diff --git a/htl/Makefile b/htl/Makefile
index 71b14d5e96..bb9ef5deba 100644
--- a/htl/Makefile
+++ b/htl/Makefile
@@ -207,3 +207,5 @@  $(addprefix $(objpfx), \
     $(tests-nolibpthread), \
     $(tests) $(xtests) $(test-srcs))): $(objpfx)libpthread.so
 endif
+
+$(addprefix $(objpfx),$(tests-static) $(xtests-static)): $(objpfx)libpthread.a