diff options
author | John Marino <marino@FreeBSD.org> | 2014-07-17 08:46:40 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2014-07-17 08:46:40 +0000 |
commit | f636188f97278d8e2ef103b71ac9d1ab591313bb (patch) | |
tree | 1571b8ee415873b236e4edaf96bc2b872ccc0d86 /security/openssl_tpm_engine | |
parent | d2a8eec8a230ad6e07f701d25cfa720de9e4f44e (diff) |
Notes
Diffstat (limited to 'security/openssl_tpm_engine')
-rw-r--r-- | security/openssl_tpm_engine/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/openssl_tpm_engine/Makefile b/security/openssl_tpm_engine/Makefile index cd9714a5239f..5e859cee3e7b 100644 --- a/security/openssl_tpm_engine/Makefile +++ b/security/openssl_tpm_engine/Makefile @@ -19,7 +19,7 @@ USES= gmake libtool USE_AUTOTOOLS= autoconf USE_LDCONFIG= yes GNU_CONFIGURE= yes -LDFLAGS+= -L${LOCALBASE}/lib +LDFLAGS+= -L${LOCALBASE}/lib -lcrypto CFLAGS+= -I${LOCALBASE}/include SUB_FILES= pkg-message PORTEXAMPLES= openssl.cnf.sample |