commit e0ebb7919aa1cbdd7953b0a445244080b20f6a52 parent 7033c7ab53f3151a01ead269b25a5ad37aa1aa05 Author: Michael Savage <mikejsavage@gmail.com> Date: Sat, 15 Aug 2015 11:31:58 +0100 Use -lrt on Linux Diffstat:
Makefile.mess | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/Makefile.mess b/Makefile.mess @@ -27,6 +27,7 @@ SRCS += compat/sha/sha512.c ifeq ($(uname),Linux) SRCS += compat/getentropy/getentropy_linux.c + LDFLAGS += -lrt endif ifeq ($(uname),Darwin)