]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commitdiff
Build openssl earlier in the build process
authorMichael Tremer <michael.tremer@ipfire.org>
Sun, 21 Oct 2018 21:01:28 +0000 (22:01 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Sun, 21 Oct 2018 21:01:28 +0000 (22:01 +0100)
This is a basic library that is used by so many other packages
and more and more are being added. To have those packages take
advantage of it, we build it very early.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
make.sh

diff --git a/make.sh b/make.sh
index c811f05731daa7118b445d9d4342c2aa274c420c..4084fb3a1de99ed1d4cf7c6a4dbeb6caee632754 100755 (executable)
--- a/make.sh
+++ b/make.sh
@@ -1083,6 +1083,9 @@ buildipfire() {
   lfsmake2 configroot
   lfsmake2 initscripts
   lfsmake2 backup
+  lfsmake2 openssl
+  [ "${BUILD_ARCH}" = "i586" ] && lfsmake2 openssl KCFG='-sse2'
+  lfsmake2 openssl-compat
   lfsmake2 popt
   lfsmake2 libusb
   lfsmake2 libusb-compat
@@ -1169,9 +1172,6 @@ buildipfire() {
   esac
   lfsmake2 intel-microcode
   lfsmake2 xtables-addons                      USPACE="1"
-  lfsmake2 openssl
-  [ "${BUILD_ARCH}" = "i586" ] && lfsmake2 openssl KCFG='-sse2'
-  lfsmake2 openssl-compat
   lfsmake2 libgpg-error
   lfsmake2 libgcrypt
   lfsmake2 libassuan