append -lrt to FINAL_LIBS for linux
This commit is contained in:
parent
ad984d169b
commit
4e8a00e6b0
@ -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