diff options
Diffstat (limited to 'security/tpm-tools/files/patch-src-cmds-Makefile.am')
-rw-r--r-- | security/tpm-tools/files/patch-src-cmds-Makefile.am | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/security/tpm-tools/files/patch-src-cmds-Makefile.am b/security/tpm-tools/files/patch-src-cmds-Makefile.am new file mode 100644 index 000000000000..fb9a9b2727ca --- /dev/null +++ b/security/tpm-tools/files/patch-src-cmds-Makefile.am @@ -0,0 +1,11 @@ +--- src/cmds/Makefile.am.orig 2010-02-02 02:17:23.000000000 +0900 ++++ src/cmds/Makefile.am 2010-10-25 01:55:31.067559744 +0900 +@@ -30,7 +30,7 @@ + AM_CPPFLAGS = -I$(top_srcdir)/include -D_LINUX + endif + +-LDADD = $(top_builddir)/lib/libtpm_tspi.la -ltspi $(top_builddir)/lib/libtpm_unseal.la -ltpm_unseal ++LDADD = $(top_builddir)/lib/libtpm_tspi.la -ltspi $(top_builddir)/lib/libtpm_unseal.la + + tpm_sealdata_SOURCES = tpm_sealdata.c + tpm_unsealdata_SOURCES = tpm_unsealdata.c |