]> git.ipfire.org Git - people/ms/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>
Mon, 11 Jun 2018 16:13:40 +0000 (17:13 +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 3f5bb217cc4fbd31917e04b8920413692b0aac8f..108c0c18b9b6db57557679fb126fa3e317cfd3f3 100755 (executable)
--- a/make.sh
+++ b/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