test suite LDLIBS: link with libpthread on GNU/Linux

I needed this after some package updating on my distribution.  It is harmless
anyway, even where not needed.
ENGINE-964
positron 1 year ago
parent ed75ed1319
commit 8403dbfb58

@ -48,7 +48,7 @@ endif
LDLIBS+= -lasn1
ifeq ($(BUILD_FOR),Linux)
LDLIBS+= -luuid
LDLIBS+= -luuid -lpthread
endif
ifeq ($(OPENPGP),SEQUOIA)

Loading…
Cancel
Save