Link libcrypto with pthread.
This commit is contained in:
parent
2aeec0c46f
commit
acd3ae1266
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user