aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorhexcoder- <heiko@hexco.de>2020-02-08 16:38:24 +0100
committerhexcoder- <heiko@hexco.de>2020-02-08 16:38:24 +0100
commit0aad26d85ee13c56acfed7204a9e2f18ec2079e1 (patch)
tree09107f23ba7d73e82505c7652a86dc1e4b987b9d /Makefile
parent585c3015a59fed0747ebb6b492dab99452ceb23e (diff)
downloadAFLplusplus-0aad26d85ee13c56acfed7204a9e2f18ec2079e1.tar.gz
add libpthread on NetBSD
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
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))" ""