diff options
author | marino <marino@FreeBSD.org> | 2014-07-17 16:46:40 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2014-07-17 16:46:40 +0800 |
commit | 53104e33b2fb12903a5d57d55e70e96c50b06b1f (patch) | |
tree | 1571b8ee415873b236e4edaf96bc2b872ccc0d86 /security | |
parent | eba1ac3d41169944a65655eea145f2cce7b8e4eb (diff) | |
download | freebsd-ports-gnome-53104e33b2fb12903a5d57d55e70e96c50b06b1f.tar.gz freebsd-ports-gnome-53104e33b2fb12903a5d57d55e70e96c50b06b1f.tar.zst freebsd-ports-gnome-53104e33b2fb12903a5d57d55e70e96c50b06b1f.zip |
security/openssl_tpm-engine: explicitly link libcrypto
Diffstat (limited to 'security')
-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 |