summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/libssl/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libssl/Makefile b/lib/libssl/Makefile
index b1e67ed9acf..7656e88cea8 100644
--- a/lib/libssl/Makefile
+++ b/lib/libssl/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.32 2017/03/05 14:39:53 jsing Exp $
+# $OpenBSD: Makefile,v 1.33 2017/04/29 22:22:24 beck Exp $
.include <bsd.own.mk>
.ifndef NOMAN
@@ -19,6 +19,7 @@ CFLAGS+= -DLIBRESSL_INTERNAL
CFLAGS+= -I${.CURDIR}
LDADD+= -L${BSDOBJDIR}/lib/libcrypto -lcrypto
+LDADD+= -L${BSDOBJDIR}/lib/libpthread -lpthread
VERSION_SCRIPT= Symbols.map
SYMBOL_LIST= ${.CURDIR}/Symbols.list