Unverified Commit 42ec8e8c authored by Salvatore Sanfilippo's avatar Salvatore Sanfilippo Committed by GitHub
Browse files

Merge pull request #4946 from soloestoy/linux-make-lrt

append -lrt to FINAL_LIBS for linux
parents e4f5c049 2711f053
......@@ -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
......
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