mirror of
https://github.com/fluencelabs/redis
synced 2025-03-20 01:20:50 +00:00
Add "-lrt" in Makefile for Solaris.
This fix is from @NanXiao, however I was not able to retain authorship because the Pull Request original repository was removed.
This commit is contained in:
parent
792a94153a
commit
0d22121c27
@ -62,7 +62,7 @@ ifeq ($(uname_S),SunOS)
|
|||||||
# SunOS
|
# SunOS
|
||||||
INSTALL=cp -pf
|
INSTALL=cp -pf
|
||||||
FINAL_CFLAGS+= -D__EXTENSIONS__ -D_XPG6
|
FINAL_CFLAGS+= -D__EXTENSIONS__ -D_XPG6
|
||||||
FINAL_LIBS+= -ldl -lnsl -lsocket -lresolv -lpthread
|
FINAL_LIBS+= -ldl -lnsl -lsocket -lresolv -lpthread -lrt
|
||||||
else
|
else
|
||||||
ifeq ($(uname_S),Darwin)
|
ifeq ($(uname_S),Darwin)
|
||||||
# Darwin (nothing to do)
|
# Darwin (nothing to do)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user