From 5e72f7eb77dd570aae55d5afe3f1ddd2cf4b0d2b Mon Sep 17 00:00:00 2001 From: Aleksandr Chebotov <47745270+al-cheb@users.noreply.github.com> Date: Thu, 7 Apr 2022 12:49:19 +0200 Subject: [PATCH] [Ubuntu] Add automake autoconf libtool output version (#5362) --- images/linux/toolsets/toolset-1804.json | 3 +++ images/linux/toolsets/toolset-2004.json | 3 +++ 2 files changed, 6 insertions(+) diff --git a/images/linux/toolsets/toolset-1804.json b/images/linux/toolsets/toolset-1804.json index a0ed0db18..67ebf9eb7 100644 --- a/images/linux/toolsets/toolset-1804.json +++ b/images/linux/toolsets/toolset-1804.json @@ -132,6 +132,8 @@ ], "apt": { "common_packages": [ + "autoconf", + "automake", "build-essential", "dbus", "dnsutils", @@ -154,6 +156,7 @@ "libmagickwand-dev", "libsecret-1-dev", "libsqlite3-dev", + "libtool", "libunwind8", "libxkbfile-dev", "libxss1", diff --git a/images/linux/toolsets/toolset-2004.json b/images/linux/toolsets/toolset-2004.json index 4bacd146e..88e854293 100644 --- a/images/linux/toolsets/toolset-2004.json +++ b/images/linux/toolsets/toolset-2004.json @@ -130,6 +130,8 @@ ], "apt": { "common_packages": [ + "autoconf", + "automake", "build-essential", "dbus", "dnsutils", @@ -153,6 +155,7 @@ "libmagickwand-dev", "libsecret-1-dev", "libsqlite3-dev", + "libtool", "libunwind8", "libxkbfile-dev", "libxss1",