diff options
author | Hiroki Sato <hrs@FreeBSD.org> | 2019-03-03 04:18:31 +0000 |
---|---|---|
committer | Hiroki Sato <hrs@FreeBSD.org> | 2019-03-03 04:18:31 +0000 |
commit | 7515f9eeb44d8652c0933740996078b8ecb56f9c (patch) | |
tree | e4a7a47a3aa1e521e6db6ec2a3b72af83fddc5c5 /security/tpm-tools/files/patch-lib-Makefile.am | |
parent | Update to 3.11.0, which supports OpenSSL 1.0.x and 1.1.x. (diff) |
Update to 1.3.9.1 and add patches to support OpenSSL 1.0.x and
OpenSSL 1.1.x.
Notes
Notes:
svn path=/head/; revision=494475
Diffstat (limited to 'security/tpm-tools/files/patch-lib-Makefile.am')
-rw-r--r-- | security/tpm-tools/files/patch-lib-Makefile.am | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/security/tpm-tools/files/patch-lib-Makefile.am b/security/tpm-tools/files/patch-lib-Makefile.am index 30a2845499a7..3aeee41961e9 100644 --- a/security/tpm-tools/files/patch-lib-Makefile.am +++ b/security/tpm-tools/files/patch-lib-Makefile.am @@ -1,11 +1,11 @@ ---- lib/Makefile.am.orig 2012-05-17 17:50:39 UTC +--- lib/Makefile.am.orig 2017-02-21 02:23:56 UTC +++ lib/Makefile.am @@ -44,7 +44,7 @@ libtpm_utils_la_SOURCES = tpm_utils.c \ # # TSPI interface library libtpm_tspi_la_SOURCES = tpm_tspi.c --libtpm_tspi_la_LIBADD = libtpm_utils.la -ldl -+libtpm_tspi_la_LIBADD = libtpm_utils.la +-libtpm_tspi_la_LIBADD = libtpm_utils.la -ldl @INTLLIBS@ ++libtpm_tspi_la_LIBADD = libtpm_utils.la @INTLLIBS@ # # PKCS#11 interface library |