diff options
author | Hiroki Sato <hrs@FreeBSD.org> | 2016-05-18 17:19:40 +0000 |
---|---|---|
committer | Hiroki Sato <hrs@FreeBSD.org> | 2016-05-18 17:19:40 +0000 |
commit | 10c3aa0757d552917cab78b7f314f748b8268be8 (patch) | |
tree | 39ec2b2ccdcc01701125097638ce7dab483cea87 /security/tpm-tools/files/patch-src-data_mgmt-Makefile.in | |
parent | Create new port graphics/py3-pygraphviz: (diff) |
Update to 1.3.8.
Notes
Notes:
svn path=/head/; revision=415458
Diffstat (limited to 'security/tpm-tools/files/patch-src-data_mgmt-Makefile.in')
-rw-r--r-- | security/tpm-tools/files/patch-src-data_mgmt-Makefile.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/security/tpm-tools/files/patch-src-data_mgmt-Makefile.in b/security/tpm-tools/files/patch-src-data_mgmt-Makefile.in new file mode 100644 index 000000000000..ad9ba4954c84 --- /dev/null +++ b/security/tpm-tools/files/patch-src-data_mgmt-Makefile.in @@ -0,0 +1,11 @@ +--- src/data_mgmt/Makefile.in.orig 2012-05-17 19:09:27 UTC ++++ src/data_mgmt/Makefile.in +@@ -274,7 +274,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 + + # + # TPM Token initialization command |