From: Michael Tremer Date: Mon, 29 Oct 2018 11:12:43 +0000 (+0000) Subject: make.sh: Build xz earlier in the build process X-Git-Tag: v2.21-core125~36 X-Git-Url: http://git.ipfire.org/?p=ipfire-2.x.git;a=commitdiff_plain;h=3ece78597aca14d764fb508fc8920c7d59723c1e 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 --- diff --git a/make.sh b/make.sh index b9558bc042..51493f5e9d 100755 --- 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 }