diff options
author | Maryam Tahhan <maryam.tahhan@intel.com> | 2017-10-24 15:21:40 +0100 |
---|---|---|
committer | Maryam Tahhan <maryam.tahhan@intel.com> | 2017-10-24 15:37:37 +0100 |
commit | ecf1ba1c5000718d1f0d90270af33039b488c835 (patch) | |
tree | d27ce2622523ec0097c9d3c04a48984ed507a5ba /systems | |
parent | 787c0f30f5027ac3d072f0c5e53f970d8273e3ac (diff) |
src: fix src build issues
Change-Id: I8abf40a0034110dc504c227ffba1ff5e9ec6850b
Signed-off-by: Maryam Tahhan <maryam.tahhan@intel.com>
Signed-off-by: Taras Chornyi <tarasx.chornyi@intel.com>
Diffstat (limited to 'systems')
-rwxr-xr-x | systems/build_base_machine.sh | 1 | ||||
-rwxr-xr-x | systems/ubuntu/14.04/build_base_machine.sh | 5 |
2 files changed, 4 insertions, 2 deletions
diff --git a/systems/build_base_machine.sh b/systems/build_base_machine.sh index 2537f958..cec82ebb 100755 --- a/systems/build_base_machine.sh +++ b/systems/build_base_machine.sh @@ -69,7 +69,6 @@ fi if [ -f ../src/Makefile ] ; then cd ../src make clobber || die "Make clobber failed" - make || die "Make failed" make install || die "Make install failed" cd - else diff --git a/systems/ubuntu/14.04/build_base_machine.sh b/systems/ubuntu/14.04/build_base_machine.sh index 4f62f302..a06cd517 100755 --- a/systems/ubuntu/14.04/build_base_machine.sh +++ b/systems/ubuntu/14.04/build_base_machine.sh @@ -40,6 +40,8 @@ apt-get -y install \ libmnl-dev \ libmosquitto0-dev \ libmysqlclient-dev \ + libncurses5 \ + libncurses5-dev \ libnotify-dev \ libopenipmi-dev \ liboping-dev \ @@ -47,6 +49,7 @@ apt-get -y install \ libpcap0.8-dev \ libpcap-dev\ libperl-dev \ + libpopt-dev \ libpq-dev \ libprotobuf-c0-dev \ libriemann-client-dev \ @@ -65,8 +68,8 @@ apt-get -y install \ libudev-dev \ libupsclient-dev \ libvarnishapi-dev \ + libvirt-bin \ libvirt-dev \ - libvirt-daemon \ libxen-dev \ libxml2-dev \ libyajl-dev \ |