make.sh: Build xz earlier in the build process

XZ compression is becoming more popular and being used
by various other libraries and should therefore be available
to be linked.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
Michael Tremer
2018-10-29 11:12:43 +00:00
parent 1c053ccee2
commit 3ece78597a

View File

@@ -1039,6 +1039,7 @@ buildbase() {
lfsmake2 readline
lfsmake2 readline-compat
lfsmake2 bzip2
lfsmake2 xz
lfsmake2 pcre
lfsmake2 pcre-compat
lfsmake2 bash
@@ -1073,7 +1074,6 @@ buildbase() {
lfsmake2 util-linux
lfsmake2 udev
lfsmake2 vim
lfsmake2 xz
lfsmake2 paxctl
}