integ/security/tpm2-tools/centos/meta_patches/disable-socket-mode-TCTI.patch
Martin, Chen 8e351f68e4 rebase tpm2-tools patch to CentOS 7.6 version
Test:
Pass build and simplex deploy test

Depends-On: https://review.openstack.org/630593/

Story: 2004522
Task: 28440

Change-Id: If0b02774c5d133122599a003b616672a6114d700
Signed-off-by: Martin, Chen <haochuan.z.chen@intel.com>
2019-01-15 13:52:16 +08:00

26 lines
748 B
Diff

From e54d19f53dcd78d0aaceb30d1fb89eebefc1c066 Mon Sep 17 00:00:00 2001
From: Scott Little <scott.little@windriver.com>
Date: Mon, 2 Oct 2017 17:30:56 -0400
Subject: [PATCH 1/2] WRS: disable-socket-mode-TCTI.patch
---
SPECS/tpm2-tools.spec | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/SPECS/tpm2-tools.spec b/SPECS/tpm2-tools.spec
index 308ecfa..935580d 100644
--- a/SPECS/tpm2-tools.spec
+++ b/SPECS/tpm2-tools.spec
@@ -43,7 +43,7 @@ tpm2-tools is a batch of testing tools for tpm2.0. It is based on tpm2-tss.
./bootstrap
%build
-%configure --prefix=/usr --disable-static --disable-silent-rules
+%configure --prefix=/usr --disable-static --disable-silent-rules --without-tcti-socket
%make_build
%install
--
2.7.4