]> git.ipfire.org Git - people/ms/ipfire-2.x.git/commit
make.sh: Build acl/attr earlier for coreutils to link against
authorMichael Tremer <michael.tremer@ipfire.org>
Fri, 11 Mar 2022 12:52:45 +0000 (12:52 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Fri, 11 Mar 2022 13:09:30 +0000 (13:09 +0000)
commita5b8913c1f42139587b4e6e5f23d99ff0ec8e8a0
tree53d369a1ed23f0536669e221a7d46e7820acb7d8
parenta943bf8dc091e2752835957a6d05b23a6091e7b7
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 <michael.tremer@ipfire.org>
make.sh