]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commit - make.sh
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)
commite38fb3f63a7c5c444c63d1511626ad5e5bd3cae3
tree7ce850522ca97d8fadd33fa4d3c1031be1f1622c
parent2f74ea9347ac73268dd349c52e6166ebde698fcc
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