aboutsummaryrefslogtreecommitdiff
path: root/DEPENDENCIES
diff options
context:
space:
mode:
authorBrian Brooks <brian.brooks@arm.com>2017-06-08 15:42:05 -0500
committerMaxim Uvarov <maxim.uvarov@linaro.org>2017-06-13 18:08:09 +0300
commit8d19f94fd96eb5a411eafb75c487dc3f972297bd (patch)
tree0c7f363c477371c03f12012b0f3fdca38ee36c0e /DEPENDENCIES
parente6be64e01589f1aa335ea178e8314bf35ad34847 (diff)
build: GCC 7 fixes
The GCC 7 series introduces changes that expose ODP compilation issues. These include case statement fall through warnings, and stricter checks on potential string overflows and other semantic analysis. Fixes: https://bugs.linaro.org/show_bug.cgi?id=3027 Signed-off-by: Brian Brooks <brian.brooks@arm.com> Reviewed-by: Ola Liljedahl <ola.liljedahl@arm.com> Reviewed-by: Honnappa Nagarahalli <honnappa.nagarahalli@arm.com> Reviewed-by: Bill Fischofer <bill.fischofer@linaro.org> Signed-off-by: Maxim Uvarov <maxim.uvarov@linaro.org>
Diffstat (limited to 'DEPENDENCIES')
-rw-r--r--DEPENDENCIES5
1 files changed, 3 insertions, 2 deletions
diff --git a/DEPENDENCIES b/DEPENDENCIES
index a194cad1c..7bcbd5ebc 100644
--- a/DEPENDENCIES
+++ b/DEPENDENCIES
@@ -8,13 +8,14 @@ Prerequisites for building the OpenDataPlane (ODP) API
automake
autoconf
+ autoconf-archive
libtool
On Debian/Ubuntu systems:
- $ sudo apt-get install automake autoconf libtool
+ $ sudo apt-get install automake autoconf autoconf-archive libtool
On CentOS/RedHat/Fedora systems:
- $ sudo yum install automake autoconf libtool
+ $ sudo yum install automake autoconf autoconf-archive libtool
3. Required libraries