Added explicit linking to lib rt to fix compile errors on various platforms
This commit is contained in:
parent
1ae4cff4ba
commit
32f482edf0
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -18,7 +18,7 @@ override CPPFLAGS += -DWITH_THREADNAMES=1
|
|||
endif
|
||||
|
||||
THREADLIB = -lpthread
|
||||
LDLIBS = -lmist
|
||||
LDLIBS = -lmist -lrt
|
||||
|
||||
|
||||
.DEFAULT_GOAL := all
|
||||
|
|
Loading…
Add table
Reference in a new issue