summaryrefslogtreecommitdiff
path: root/security/tpm-tools/files/patch-lib-Makefile.in
diff options
context:
space:
mode:
authorHiroki Sato <hrs@FreeBSD.org>2019-03-03 04:18:31 +0000
committerHiroki Sato <hrs@FreeBSD.org>2019-03-03 04:18:31 +0000
commit7515f9eeb44d8652c0933740996078b8ecb56f9c (patch)
treee4a7a47a3aa1e521e6db6ec2a3b72af83fddc5c5 /security/tpm-tools/files/patch-lib-Makefile.in
parentUpdate 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.in')
-rw-r--r--security/tpm-tools/files/patch-lib-Makefile.in20
1 files changed, 0 insertions, 20 deletions
diff --git a/security/tpm-tools/files/patch-lib-Makefile.in b/security/tpm-tools/files/patch-lib-Makefile.in
deleted file mode 100644
index 07904a9866a7..000000000000
--- a/security/tpm-tools/files/patch-lib-Makefile.in
+++ /dev/null
@@ -1,20 +0,0 @@
---- lib/Makefile.in.orig 2012-05-17 19:09:27 UTC
-+++ lib/Makefile.in
-@@ -298,7 +298,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
- @P11_SUPPORT_TRUE@libtpm_pkcs11_la_SOURCES = tpm_pkcs11.c
- @P11_SUPPORT_TRUE@libtpm_pkcs11_la_LIBADD = libtpm_utils.la
-
-@@ -327,7 +327,7 @@ libtpm_tspi_la_LIBADD = libtpm_utils.la
- # Unseal library - for addition to existing apps, counter part of seal cmd
- libtpm_unseal_la_SOURCES = tpm_unseal.c
- libtpm_unseal_la_LDFLAGS = -shared -version-info 1:0:0
--libtpm_unseal_la_LIBADD = -ltspi libtpm_tspi.la
-+libtpm_unseal_la_LIBADD = -ltspi libtpm_tspi.la -lcrypto
- all: all-am
-
- .SUFFIXES: