mirror of
https://github.com/fluencelabs/redis
synced 2025-06-25 23:11:33 +00:00
append -lrt to FINAL_LIBS for linux
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user