From 32f482edf0e1baf37087bed894c8e40d735726f6 Mon Sep 17 00:00:00 2001 From: Erik Zandvliet Date: Fri, 24 Jan 2014 19:38:01 +0100 Subject: [PATCH] Added explicit linking to lib rt to fix compile errors on various platforms --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index fb33ecd6..1da9d4d1 100644 --- a/Makefile +++ b/Makefile @@ -18,7 +18,7 @@ override CPPFLAGS += -DWITH_THREADNAMES=1 endif THREADLIB = -lpthread -LDLIBS = -lmist +LDLIBS = -lmist -lrt .DEFAULT_GOAL := all