From: Michael Tremer <michael.tremer@ipfire.org>
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 [thread overview]
Message-ID: <20210103111115.10749-3-michael.tremer@ipfire.org> (raw)
In-Reply-To: <20210103111115.10749-1-michael.tremer@ipfire.org>
[-- Attachment #1: Type: text/plain, Size: 683 bytes --]
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 <michael.tremer(a)ipfire.org>
---
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
prev parent reply other threads:[~2021-01-03 11:11 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-01-03 11:11 [PATCH 1/3] toolchain: Add zstd Michael Tremer
2021-01-03 11:11 ` [PATCH 2/3] ccache: Update to version 4.1 Michael Tremer
2021-01-03 11:11 ` Michael Tremer [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20210103111115.10749-3-michael.tremer@ipfire.org \
--to=michael.tremer@ipfire.org \
--cc=development@lists.ipfire.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox