From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcel Lorenz To: development@lists.ipfire.org Subject: [PATCH 5/5] make.sh: add autoamke to toolchain to fix coreutils build fail Date: Sat, 03 Sep 2016 10:28:57 +0200 Message-ID: <20160903082857.8746-6-marcel.lorenz@ipfire.org> In-Reply-To: <20160903082857.8746-1-marcel.lorenz@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2609299128565398140==" List-Id: --===============2609299128565398140== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Signed-off-by: Marcel Lorenz --- make.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/make.sh b/make.sh index 1c832d0..0900a18 100755 --- a/make.sh +++ b/make.sh @@ -298,6 +298,7 @@ buildtoolchain() { lfsmake1 ncurses lfsmake1 bash lfsmake1 bzip2 + lfsmake1 automake lfsmake1 coreutils lfsmake1 diffutils lfsmake1 findutils -- 2.9.3 --===============2609299128565398140==--