append -lrt to FINAL_LIBS for linux
This commit is contained in:
parent
b2ea616e46
commit
89736e5820
@ -100,7 +100,7 @@ ifeq ($(uname_S),FreeBSD)
|
||||
else
|
||||
# All the other OSes (notably Linux)
|
||||
FINAL_LDFLAGS+= -rdynamic
|
||||
FINAL_LIBS+=-ldl -pthread
|
||||
FINAL_LIBS+=-ldl -pthread -lrt
|
||||
endif
|
||||
endif
|
||||
endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user