]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
make.sh: Build xz earlier in the build process
authorMichael Tremer <michael.tremer@ipfire.org>
Mon, 29 Oct 2018 11:12:43 +0000 (11:12 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 29 Oct 2018 11:12:43 +0000 (11:12 +0000)
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>
make.sh

diff --git a/make.sh b/make.sh
index b9558bc0427864ab3177c1da811a8767ecd3d8f9..51493f5e9db18d72f649b188ba1c9cdd6c4dfc2e 100755 (executable)
--- a/make.sh
+++ b/make.sh
@@ -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
 }