8e351f68e4
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>
26 lines
748 B
Diff
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
|
|
|