From: Samuel Thibault Date: Sun, 16 Feb 2020 23:36:53 +0000 (+0100) Subject: htl: Link internal htl tests against libpthread X-Git-Tag: upstream/2.34~2214 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=edba4e5f91ee3f5aea32e77df7eb1019d32ae5ed;p=platform%2Fupstream%2Fglibc.git htl: Link internal htl tests against libpthread --- diff --git a/htl/Makefile b/htl/Makefile index 39294c6..11cf87a 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