From f376b8e90d81105e17a486905d67c9c567fb6a2a Mon Sep 17 00:00:00 2001 From: Zygo Blaxell Date: Mon, 15 Jan 2018 23:07:12 -0500 Subject: [PATCH] test: add -lpthread to Makefile This resolves missing symbol build errors. Signed-off-by: Zygo Blaxell --- test/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Makefile b/test/Makefile index 707b5a8..704b079 100644 --- a/test/Makefile +++ b/test/Makefile @@ -13,7 +13,7 @@ test: $(PROGRAMS) include ../makeflags -LIBS = -lcrucible +LIBS = -lcrucible -lpthread LDFLAGS = -L../lib -Wl,-rpath=$(shell realpath ../lib) depends.mk: *.cc