From 241bf919fc2d056124c1082a0488bfa4c3fe8298 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Tue, 5 Jan 2021 16:09:16 +0000 Subject: [PATCH] make.sh: Build acl and attr earlier These libraries are needed to link tar against them for extended attribute support Signed-off-by: Michael Tremer --- config/rootfiles/core/154/filelists/tar | 1 + make.sh | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) create mode 120000 config/rootfiles/core/154/filelists/tar diff --git a/config/rootfiles/core/154/filelists/tar b/config/rootfiles/core/154/filelists/tar new file mode 120000 index 0000000000..3e585d2ebe --- /dev/null +++ b/config/rootfiles/core/154/filelists/tar @@ -0,0 +1 @@ +../../../common/tar \ No newline at end of file diff --git a/make.sh b/make.sh index cf4e779e4c..2c0b2da43d 100755 --- a/make.sh +++ b/make.sh @@ -1104,6 +1104,8 @@ buildbase() { lfsmake2 xz lfsmake2 pcre lfsmake2 pcre-compat + lfsmake2 attr + lfsmake2 acl lfsmake2 bash lfsmake2 diffutils lfsmake2 e2fsprogs @@ -1269,8 +1271,6 @@ buildipfire() { lfsmake2 slang lfsmake2 newt lfsmake2 libsmooth - lfsmake2 attr - lfsmake2 acl lfsmake2 libcap lfsmake2 libcap-ng lfsmake2 pciutils -- 2.39.5