From 18a8558db25709d901bad6ac35cde7224ecf8a56 Mon Sep 17 00:00:00 2001 From: Bernard Spil Date: Sun, 8 Apr 2018 16:11:49 +0200 Subject: [PATCH] secure/lib/libcrypto: Force linking libthr for all LibreSSL Signed-off-by: Bernard Spil --- secure/lib/libcrypto/Makefile.inc.libressl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/secure/lib/libcrypto/Makefile.inc.libressl b/secure/lib/libcrypto/Makefile.inc.libressl index 6499c0418f19..702c67dc9334 100644 --- a/secure/lib/libcrypto/Makefile.inc.libressl +++ b/secure/lib/libcrypto/Makefile.inc.libressl @@ -18,6 +18,8 @@ CFLAGS+= -DDSO_DLFCN -DHAVE_DLFCN_H CFLAGS+= -DLIBRESSL_INTERNAL -D__BEGIN_HIDDEN_DECLS= \ -D__END_HIDDEN_DECLS= +LDADD+= -lthr + MANDIR= ${SHAREDIR}/openssl/man/man .if defined(LIB)