From: Michael Tremer Date: Tue, 5 Jan 2021 16:09:16 +0000 (+0000) Subject: make.sh: Build acl and attr earlier X-Git-Tag: v2.25-core155~297 X-Git-Url: http://git.ipfire.org/?p=ipfire-2.x.git;a=commitdiff_plain;h=241bf919fc2d056124c1082a0488bfa4c3fe8298 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 --- 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