]> git.ipfire.org Git - people/mfischer/ipfire-2.x.git/commitdiff
make.sh: Build acl/attr earlier for coreutils to link against
authorMichael Tremer <michael.tremer@ipfire.org>
Fri, 11 Mar 2022 14:43:38 +0000 (14:43 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 14 Mar 2022 15:18:21 +0000 (15:18 +0000)
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 <michael.tremer@ipfire.org>
make.sh

diff --git a/make.sh b/make.sh
index fda7ca1c4b3c371cc6096db2e8e2b3a03d29becc..85f0b274b31c72ed5d8e16206bcd3e83514df6fa 100755 (executable)
--- 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