From 2b98daec1b82cb13e10fb6d81be7fa4b866b8c08 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Leroy?= <frederic.leroy@b-com.com> Date: Thu, 9 Jun 2016 09:32:36 +0200 Subject: [PATCH] build_helper: add missing package in check_install_oai_software --- cmake_targets/tools/build_helper | 3 +++ 1 file changed, 3 insertions(+) diff --git a/cmake_targets/tools/build_helper b/cmake_targets/tools/build_helper index 938e3fb9cb..7c7b792762 100755 --- a/cmake_targets/tools/build_helper +++ b/cmake_targets/tools/build_helper @@ -303,6 +303,7 @@ check_install_oai_software() { libblas3gf \ libblas-dev \ libconfig8-dev \ + libffi-dev \ libforms-bin \ libforms-dev \ libgcrypt11-dev \ @@ -314,6 +315,7 @@ check_install_oai_software() { liboctave-dev \ libpgm-5.1 \ libpgm-dev \ + libpython2.7-dev \ libsctp1 \ libsctp-dev \ libssl-dev \ @@ -333,6 +335,7 @@ check_install_oai_software() { xmlstarlet \ python-pip \ pydb \ + wget \ wvdial \ python-numpy \ sshpass \ -- GitLab