mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] tpm2-tss: Enable fapi.
@ 2022-10-14 21:03 Christian Melki
  2022-10-14 21:03 ` [ptxdist] [PATCH v2] tpm2-tools: Version bump. 5.2 -> 5.3 Christian Melki
  2022-10-28 14:43 ` [ptxdist] [APPLIED] tpm2-tss: Enable fapi Michael Olbrich
  0 siblings, 2 replies; 4+ messages in thread
From: Christian Melki @ 2022-10-14 21:03 UTC (permalink / raw)
  To: ptxdist

* Explicitly enable fapi and install the library.
This is needed by tpm2-tools fapi dependent binaries.

Signed-off-by: Christian Melki <christian.melki@t2data.com>
---
 rules/tpm2-tss.make | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/rules/tpm2-tss.make b/rules/tpm2-tss.make
index 7e0b4ff52..310ec8014 100644
--- a/rules/tpm2-tss.make
+++ b/rules/tpm2-tss.make
@@ -43,6 +43,7 @@ TPM2_TSS_CONF_OPT	:= \
 	$(CROSS_AUTOCONF_USR) \
 	--enable-debug=info \
 	--disable-unit \
+	--enable-fapi \
 	--enable-tcti-device \
 	--enable-tcti-mssim \
 	--disable-tcti-fuzzing \
@@ -87,6 +88,7 @@ $(STATEDIR)/tpm2-tss.targetinstall:
 	@$(call install_lib, tpm2-tss, 0, 0, 0644, libtss2-esys)
 	@$(call install_lib, tpm2-tss, 0, 0, 0644, libtss2-mu)
 	@$(call install_lib, tpm2-tss, 0, 0, 0644, libtss2-sys)
+	@$(call install_lib, tpm2-tss, 0, 0, 0644, libtss2-fapi)
 	@$(call install_lib, tpm2-tss, 0, 0, 0644, libtss2-tcti-device)
 	@$(call install_lib, tpm2-tss, 0, 0, 0644, libtss2-tcti-mssim)
 	@$(call install_lib, tpm2-tss, 0, 0, 0644, libtss2-tctildr)
-- 
2.34.1




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

end of thread, other threads:[~2022-10-28 14:44 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-14 21:03 [ptxdist] [PATCH] tpm2-tss: Enable fapi Christian Melki
2022-10-14 21:03 ` [ptxdist] [PATCH v2] tpm2-tools: Version bump. 5.2 -> 5.3 Christian Melki
2022-10-28 14:43   ` [ptxdist] [APPLIED] " Michael Olbrich
2022-10-28 14:43 ` [ptxdist] [APPLIED] tpm2-tss: Enable fapi Michael Olbrich

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