diff options
author | Kiran Kamineni <kiran.k.kamineni@intel.com> | 2019-04-05 23:32:17 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-04-05 23:32:17 +0000 |
commit | 1e05b5d25d1359555d432c9c8670f73cbb2bb116 (patch) | |
tree | 5095c817350f07b1141d5652cb94d03413d9626f | |
parent | 993fc58be2dd9a477c06a5a2345be2e680e1eff6 (diff) | |
parent | e78ca53b6869f94dec8064009ac20b06a9cce078 (diff) |
Merge "Modify the build.sh tp pass jenkins build"
-rw-r--r-- | build.sh | 7 |
1 files changed, 2 insertions, 5 deletions
@@ -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 |