From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Tremer To: development@lists.ipfire.org Subject: [PATCH 3/3] make.sh: Build zstd earlier in stage2 Date: Sun, 03 Jan 2021 11:11:15 +0000 Message-ID: <20210103111115.10749-3-michael.tremer@ipfire.org> In-Reply-To: <20210103111115.10749-1-michael.tremer@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4138990885773238564==" List-Id: --===============4138990885773238564== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Since programs from the toolchain are linked against this, we need to make this library available in stage 2, too. Signed-off-by: Michael Tremer --- make.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make.sh b/make.sh index 886e02512..887298d1d 100755 --- a/make.sh +++ b/make.sh @@ -1079,6 +1079,7 @@ buildbase() { lfsmake2 tzdata lfsmake2 cleanup-toolchain lfsmake2 zlib + lfsmake2 zstd lfsmake2 binutils lfsmake2 gmp lfsmake2 gmp-compat @@ -1391,7 +1392,6 @@ buildipfire() { lfsmake2 spandsp lfsmake2 lz4 lfsmake2 lzo - lfsmake2 zstd lfsmake2 openvpn lfsmake2 mpage lfsmake2 dbus -- 2.20.1 --===============4138990885773238564==--