Skip to content
This repository has been archived by the owner on Dec 4, 2020. It is now read-only.

Commit

Permalink
secure/lib/libcrypto: Force linking libthr for all LibreSSL
Browse files Browse the repository at this point in the history
Signed-off-by: Bernard Spil <brnrd@FreeBSD.org>
  • Loading branch information
Sp1l committed Apr 8, 2018
1 parent 9c350a5 commit 18a8558
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions secure/lib/libcrypto/Makefile.inc.libressl
Expand Up @@ -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)
Expand Down

0 comments on commit 18a8558

Please sign in to comment.