From: Pramod Raghavendra Jayathirth Date: Fri, 5 Apr 2019 14:54:27 +0000 (-0700) Subject: Modify the build.sh tp pass jenkins build X-Git-Tag: 4.0.0-ONAP~5^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F07%2F84407%2F1;p=aaf%2Fsshsm.git Modify the build.sh tp pass jenkins build Change-Id: I7b7a113816d1680c4cf3b8f93ced58f2157e0b0d Issue-ID: AAF-793 Signed-off-by: Pramod Raghavendra Jayathirth --- 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