Link libcrypto with pthread.

This commit is contained in:
Jung-uk Kim 2018-09-20 00:20:04 +00:00
parent 2aeec0c46f
commit acd3ae1266
2 changed files with 3 additions and 0 deletions

View File

@ -337,6 +337,8 @@ INCS+= x509v3.h x509v3err.h
INCSDIR= ${INCLUDEDIR}/openssl
LIBADD= pthread
CFLAGS+= -I${LCRYPTO_SRC}/crypto/ec/curve448
CFLAGS+= -I${LCRYPTO_SRC}/crypto/ec/curve448/arch_32
CFLAGS+= -I${LCRYPTO_SRC}/crypto/modes

View File

@ -217,6 +217,7 @@ _DP_zstd= pthread
.if ${MK_BLACKLIST} != "no"
_DP_blacklist+= pthread
.endif
_DP_crypto= pthread
.if ${MK_OPENSSL} != "no"
_DP_archive+= crypto
.else