diff options
| author | riastradh <riastradh@NetBSD.org> | 2023-05-26 23:13:37 +0000 |
|---|---|---|
| committer | riastradh <riastradh@NetBSD.org> | 2023-05-26 23:13:37 +0000 |
| commit | 6e181133f56a608ca7fcfd71c13838f52c25451b (patch) | |
| tree | 22419326c160ab3659304b4d0650a5db0c54d6ce /crypto | |
| parent | 335f2063003c9e1799d8b5084d7c299469108580 (diff) | |
openssl: Link engines against libcrypto so they can be loaded.
Diffstat (limited to 'crypto')
| -rw-r--r-- | crypto/external/bsd/openssl/lib/engines/engines.mk | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/crypto/external/bsd/openssl/lib/engines/engines.mk b/crypto/external/bsd/openssl/lib/engines/engines.mk index 24ca95b63b3..d4c0a0aa77c 100644 --- a/crypto/external/bsd/openssl/lib/engines/engines.mk +++ b/crypto/external/bsd/openssl/lib/engines/engines.mk @@ -1,4 +1,4 @@ -# $NetBSD: engines.mk,v 1.5 2023/05/26 22:26:10 riastradh Exp $ +# $NetBSD: engines.mk,v 1.6 2023/05/26 23:13:37 riastradh Exp $ NOLINT= # don't build a lint library NOPROFILE= # don't build a profile library @@ -15,6 +15,8 @@ CRYPTODIST= ${NETBSDSRCDIR}/crypto CPPFLAGS+= -I${OPENSSLSRC}/include -I${OPENSSLSRC}/../include +LIBDPLIBS+=crypto ${.CURDIR}/../../libcrypto + LIBDIR=${OSSL_ENGINESDIR} .if ${MKPIC} != "no" |
