diff --git a/test/Makefile b/test/Makefile index c039075c..5e103ee2 100644 --- a/test/Makefile +++ b/test/Makefile @@ -48,7 +48,7 @@ endif LDLIBS+= -lasn1 ifeq ($(BUILD_FOR),Linux) - LDLIBS+= -luuid + LDLIBS+= -luuid -lpthread endif ifeq ($(OPENPGP),SEQUOIA)