mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
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 <michael.tremer@ipfire.org>
This commit is contained in:
1
config/rootfiles/core/154/filelists/tar
Symbolic link
1
config/rootfiles/core/154/filelists/tar
Symbolic link
@@ -0,0 +1 @@
|
||||
../../../common/tar
|
||||
4
make.sh
4
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
|
||||
|
||||
Reference in New Issue
Block a user