diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2022-09-06 07:07:55 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2022-09-06 07:25:00 +0000 |
commit | c26542c1afd4570b2eb9b86c47e697bdc2889312 (patch) | |
tree | 6fa1aaef800d40545f93136c23d6e6d856f8a422 | |
parent | 868893c0fe8721e880d89e6a3f2aeaeb53857211 (diff) |
-rw-r--r-- | security/openssl_tpm_engine/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/openssl_tpm_engine/Makefile b/security/openssl_tpm_engine/Makefile index d4c4dfcee604..481982b19e20 100644 --- a/security/openssl_tpm_engine/Makefile +++ b/security/openssl_tpm_engine/Makefile @@ -19,7 +19,8 @@ USE_LDCONFIG= yes GH_ACCOUNT= mgerstner GNU_CONFIGURE= yes -CONFIGURE_ARGS= --with-openssl="${OPENSSLBASE}" +CONFIGURE_ARGS= --with-openssl="${OPENSSLBASE}" \ + --with-enginedir="${PREFIX}/lib/openssl/engines" SUB_FILES= pkg-message PLIST_FILES= bin/create_tpm_key INSTALL_TARGET= install-strip |