mirror of
https://github.com/fluencelabs/redis
synced 2025-03-19 09:00:51 +00:00
append -lrt to FINAL_LIBS for linux
This commit is contained in:
parent
e4f5c04930
commit
2711f053f2
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user