summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2024-06-02 09:52:32 -0300
committerEuAndreh <eu@euandre.org>2024-06-02 20:27:30 -0300
commit0cbfbd63d86b63cef88f349119d1a4b551c0a862 (patch)
treea388138afaf1fe909ba701d5914c3c75834179c4 /Makefile
parenttests/*.c: Use EXIT_FAILURE and EXIT_SUCCESS in main() functions (diff)
downloadpindaiba-0cbfbd63d86b63cef88f349119d1a4b551c0a862.tar.gz
pindaiba-0cbfbd63d86b63cef88f349119d1a4b551c0a862.tar.xz
src/hash.c: Add thread safe initialization of SipHash seed
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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