]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
make.sh: Build popt earlier
authorMichael Tremer <michael.tremer@ipfire.org>
Mon, 11 Jun 2018 16:13:40 +0000 (17:13 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Sat, 14 Jul 2018 12:43:52 +0000 (13:43 +0100)
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>
make.sh

diff --git a/make.sh b/make.sh
index 53760ef7810ecf10910160413ce52837584909a9..36377bedf0db10df147dc235f9b2ea95547b62c0 100755 (executable)
--- a/make.sh
+++ b/make.sh
@@ -1061,6 +1061,7 @@ buildipfire() {
   lfsmake2 configroot
   lfsmake2 initscripts
   lfsmake2 backup
   lfsmake2 configroot
   lfsmake2 initscripts
   lfsmake2 backup
+  lfsmake2 popt
   lfsmake2 libusb
   lfsmake2 libusb-compat
   lfsmake2 libpcap
   lfsmake2 libusb
   lfsmake2 libusb-compat
   lfsmake2 libpcap
@@ -1187,7 +1188,6 @@ buildipfire() {
   lfsmake2 libtiff
   lfsmake2 libart
   lfsmake2 gd
   lfsmake2 libtiff
   lfsmake2 libart
   lfsmake2 gd
-  lfsmake2 popt
   lfsmake2 slang
   lfsmake2 newt
   lfsmake2 libsmooth
   lfsmake2 slang
   lfsmake2 newt
   lfsmake2 libsmooth