From a5b8913c1f42139587b4e6e5f23d99ff0ec8e8a0 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Fri, 11 Mar 2022 12:52:45 +0000 Subject: [PATCH] make.sh: Build acl/attr earlier for coreutils to link against dracut requires the cp command to be compiled with support for extended attributes (xattr) which we didn't have due to the required libraries not being available to coreutils at build time. Signed-off-by: Michael Tremer --- make.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/make.sh b/make.sh index fda7ca1c4b..85f0b274b3 100755 --- a/make.sh +++ b/make.sh @@ -1095,6 +1095,8 @@ buildbase() { lfsmake2 libxcrypt lfsmake2 file lfsmake2 gcc + lfsmake2 attr + lfsmake2 acl lfsmake2 sed lfsmake2 berkeley lfsmake2 coreutils @@ -1110,8 +1112,6 @@ buildbase() { lfsmake2 pcre lfsmake2 pcre2 lfsmake2 gettext - lfsmake2 attr - lfsmake2 acl lfsmake2 bash lfsmake2 diffutils lfsmake2 ed -- 2.39.5