From 0cbfbd63d86b63cef88f349119d1a4b551c0a862 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Sun, 2 Jun 2024 09:52:32 -0300 Subject: src/hash.c: Add thread safe initialization of SipHash seed --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index ffc06f4..088d839 100644 --- a/Makefile +++ b/Makefile @@ -16,7 +16,7 @@ MANDIR = $(SHAREDIR)/man EXEC = ./ ## Where to store the installation. Empty by default. DESTDIR = -LDLIBS = -lsiphashbs +LDLIBS = -lpthread -lsiphashbs -- cgit v1.2.3