Commit 2711f053 authored by zhaozhao.zz's avatar zhaozhao.zz
Browse files

append -lrt to FINAL_LIBS for linux

parent e4f5c049
...@@ -100,7 +100,7 @@ ifeq ($(uname_S),FreeBSD) ...@@ -100,7 +100,7 @@ ifeq ($(uname_S),FreeBSD)
else else
# All the other OSes (notably Linux) # All the other OSes (notably Linux)
FINAL_LDFLAGS+= -rdynamic FINAL_LDFLAGS+= -rdynamic
FINAL_LIBS+=-ldl -pthread FINAL_LIBS+=-ldl -pthread -lrt
endif endif
endif endif
endif endif
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment