Added explicit linking to lib rt to fix compile errors on various platforms

This commit is contained in:
Erik Zandvliet 2014-01-24 19:38:01 +01:00
parent 1ae4cff4ba
commit 32f482edf0

View file

@ -18,7 +18,7 @@ override CPPFLAGS += -DWITH_THREADNAMES=1
endif
THREADLIB = -lpthread
LDLIBS = -lmist
LDLIBS = -lmist -lrt
.DEFAULT_GOAL := all