From: Samuel Thibault Date: Sun, 9 Feb 2020 17:57:27 +0000 (+0000) Subject: htl: Fix linking static testcases X-Git-Tag: glibc-2.32~713 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=db12905d1db0d73d3399feaeb569119cefd24922;p=thirdparty%2Fglibc.git htl: Fix linking static testcases They need libpthread.a --- diff --git a/htl/Makefile b/htl/Makefile index 71b14d5e968..bb9ef5deba5 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