From: Samuel Thibault Date: Sun, 16 Feb 2020 23:36:53 +0000 (+0100) Subject: htl: Link internal htl tests against libpthread X-Git-Tag: glibc-2.32~618 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=edba4e5f91ee3f5aea32e77df7eb1019d32ae5ed;p=thirdparty%2Fglibc.git htl: Link internal htl tests against libpthread --- diff --git a/htl/Makefile b/htl/Makefile index 39294c64d12..11cf87adc07 100644 --- a/htl/Makefile +++ b/htl/Makefile @@ -208,7 +208,7 @@ ifeq (yes,$(build-shared)) $(addprefix $(objpfx), \ $(filter-out $(tests-static) $(xtests-static) $(tests-reverse) \ $(tests-nolibpthread), \ - $(tests) $(xtests) $(test-srcs))): $(objpfx)libpthread.so + $(tests) $(tests-internal) $(xtests) $(test-srcs))): $(objpfx)libpthread.so endif $(addprefix $(objpfx),$(tests-static) $(xtests-static)): $(objpfx)libpthread.a