mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-15 05:22:59 +02:00
make.sh: Build popt earlier
efivars depends on it and since it is a very common library without any dependencies, we can build it very early Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
2
make.sh
2
make.sh
@@ -1061,6 +1061,7 @@ buildipfire() {
|
||||
lfsmake2 configroot
|
||||
lfsmake2 initscripts
|
||||
lfsmake2 backup
|
||||
lfsmake2 popt
|
||||
lfsmake2 libusb
|
||||
lfsmake2 libusb-compat
|
||||
lfsmake2 libpcap
|
||||
@@ -1187,7 +1188,6 @@ buildipfire() {
|
||||
lfsmake2 libtiff
|
||||
lfsmake2 libart
|
||||
lfsmake2 gd
|
||||
lfsmake2 popt
|
||||
lfsmake2 slang
|
||||
lfsmake2 newt
|
||||
lfsmake2 libsmooth
|
||||
|
||||
Reference in New Issue
Block a user