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-src-data_mgmt-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-src-data_mgmt-Makefile.am')
-rw-r--r-- | security/tpm-tools/files/patch-src-data_mgmt-Makefile.am | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/security/tpm-tools/files/patch-src-data_mgmt-Makefile.am b/security/tpm-tools/files/patch-src-data_mgmt-Makefile.am index 59e59879f42f..7ed0f04136f6 100644 --- a/security/tpm-tools/files/patch-src-data_mgmt-Makefile.am +++ b/security/tpm-tools/files/patch-src-data_mgmt-Makefile.am @@ -1,11 +1,11 @@ ---- src/data_mgmt/Makefile.am.orig 2012-05-17 17:50:29 UTC +--- src/data_mgmt/Makefile.am.orig 2017-02-21 01:23:57 UTC +++ src/data_mgmt/Makefile.am @@ -38,7 +38,7 @@ noinst_HEADERS = data_common.h \ # Common build flags AM_CPPFLAGS = -I$(top_srcdir)/include -D_LINUX --LDADD = $(top_builddir)/lib/libtpm_pkcs11.la -ltspi -ldl -+LDADD = $(top_builddir)/lib/libtpm_pkcs11.la -ltspi +-LDADD = $(top_builddir)/lib/libtpm_pkcs11.la -ltspi -ldl @INTLLIBS@ ++LDADD = $(top_builddir)/lib/libtpm_pkcs11.la -ltspi @INTLLIBS@ # |