From 0aad26d85ee13c56acfed7204a9e2f18ec2079e1 Mon Sep 17 00:00:00 2001 From: hexcoder- Date: Sat, 8 Feb 2020 16:38:24 +0100 Subject: add libpthread on NetBSD --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index c5781256..9cfe7206 100644 --- a/Makefile +++ b/Makefile @@ -114,6 +114,7 @@ endif ifneq "$(findstring NetBSD, $(shell uname))" "" CFLAGS += -pthread + LDFLAGS += -lpthread endif ifeq "$(findstring clang, $(shell $(CC) --version 2>/dev/null))" "" -- cgit 1.4.1