aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPramod Raghavendra Jayathirth <pramod.raghavendra.jayathirth@intel.com>2019-04-05 07:54:27 -0700
committerPramod Raghavendra Jayathirth <pramod.raghavendra.jayathirth@intel.com>2019-04-05 07:55:22 -0700
commite78ca53b6869f94dec8064009ac20b06a9cce078 (patch)
tree200c95ece14384a56c136087e2927a4eb64badf3
parent627d269bcc8761058b2d14a9be2a6fe706f065a8 (diff)
Modify the build.sh tp pass jenkins build
Change-Id: I7b7a113816d1680c4cf3b8f93ced58f2157e0b0d Issue-ID: AAF-793 Signed-off-by: Pramod Raghavendra Jayathirth <pramod.raghavendra.jayathirth@intel.com>
-rw-r--r--build.sh7
1 files changed, 2 insertions, 5 deletions
diff --git a/build.sh b/build.sh
index 8cb1efa..856fcc2 100644
--- a/build.sh
+++ b/build.sh
@@ -17,16 +17,13 @@ sudo apt-get -y install \
libcmocka0 \
libcmocka-dev \
build-essential \
- git \
pkg-config \
- vim \
gcc \
g++ \
m4 \
curl \
wget \
liburiparser-dev \
- libssl-dev \
pandoc \
opensc \
default-jdk \
@@ -79,7 +76,7 @@ cd ..
rm -rf tpm2-abrmd-2.0.0
cd tpm2-tools-3.1.0
-./configure
+./configure --disable-hardening
make
sudo make install
cd ..
@@ -93,7 +90,7 @@ cd ../..
echo "Build TPM-Plugin"
cd TPM2-Plugin
./bootstrap
-./configure
+./configure LDFLAGS="-L/usr/local/ssl/lib"
sudo make install
cd ..
sudo ldconfig