lua-bcrypt

Secure password hashing for Lua
Log | Files | Refs

commit 24e0a29b782f33b24a65a36d0dbff1aa2cde067a
parent 1e43e020a7b03a0207c67245bcf8455bdcb2e120
Author: Michael Savage <mikejsavage@gmail.com>
Date:   Sat, 15 Aug 2015 11:36:12 +0100

Use -lrt on Linux

Diffstat:
Makefile.mess | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/Makefile.mess b/Makefile.mess @@ -33,6 +33,7 @@ SRCS += compat/sha/sha512.c ifeq ($(uname),Linux) SRCS += compat/getentropy/getentropy_linux.c + LDFLAGS += -lrt endif ifeq ($(uname),Darwin)