public inbox for linux-integrity@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 3/6] ima-evm-utils: When using the IBM TSS, link in its library
@ 2020-10-05 22:28 Ken Goldman
  2020-10-06 15:07 ` Petr Vorel
  0 siblings, 1 reply; 5+ messages in thread
From: Ken Goldman @ 2020-10-05 22:28 UTC (permalink / raw)
  To: Linux Integrity

This is a prerequisite for the code change that uses the TSS rather
than the command line tools.

Signed-off-by: Ken Goldman <kgoldman@us.ibm.com>
---
  src/Makefile.am | 1 +
  1 file changed, 1 insertion(+)

diff --git a/src/Makefile.am b/src/Makefile.am
index d6c779f..bf18caf 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -26,6 +26,7 @@ if USE_PCRTSS
  evmctl_SOURCES += pcr_tss.c
  else
  evmctl_SOURCES += pcr_tsspcrread.c
+evmctl_LDADD += -libmtss
  endif

  AM_CPPFLAGS = -I$(top_srcdir) -include config.h
-- 
2.25.1


^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2020-10-07 12:25 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-10-05 22:28 [PATCH 3/6] ima-evm-utils: When using the IBM TSS, link in its library Ken Goldman
2020-10-06 15:07 ` Petr Vorel
2020-10-06 17:33   ` Ken Goldman
2020-10-06 17:58   ` Ken Goldman
2020-10-07 12:25     ` Petr Vorel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox