From 1254bbad611411fd61238d4f22e16910429371a9 Mon Sep 17 00:00:00 2001 From: beck Date: Sat, 29 Apr 2017 22:22:24 +0000 Subject: [PATCH] We now require you to have a working libpthread --- lib/libssl/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 .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 -- 2.20.1