mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-28 11:43:25 +02:00
openssl: Build earlier in build process.
This commit is contained in:
16
make.sh
16
make.sh
@@ -385,9 +385,6 @@ buildipfire() {
|
|||||||
export LOGFILE
|
export LOGFILE
|
||||||
ipfiremake configroot
|
ipfiremake configroot
|
||||||
ipfiremake backup
|
ipfiremake backup
|
||||||
ipfiremake bind
|
|
||||||
ipfiremake dhcp
|
|
||||||
ipfiremake dhcpcd
|
|
||||||
ipfiremake libusb
|
ipfiremake libusb
|
||||||
ipfiremake libusbx
|
ipfiremake libusbx
|
||||||
ipfiremake libpcap
|
ipfiremake libpcap
|
||||||
@@ -459,17 +456,20 @@ buildipfire() {
|
|||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
ipfiremake pkg-config
|
ipfiremake pkg-config
|
||||||
|
ipfiremake openssl
|
||||||
|
ipfiremake openssl-compat
|
||||||
|
ipfiremake libgpg-error
|
||||||
|
ipfiremake libgcrypt
|
||||||
|
ipfiremake libassuan
|
||||||
|
ipfiremake bind
|
||||||
|
ipfiremake dhcp
|
||||||
|
ipfiremake dhcpcd
|
||||||
ipfiremake linux-atm
|
ipfiremake linux-atm
|
||||||
ipfiremake cpio
|
ipfiremake cpio
|
||||||
ipfiremake dracut
|
ipfiremake dracut
|
||||||
ipfiremake expat
|
ipfiremake expat
|
||||||
ipfiremake gdbm
|
ipfiremake gdbm
|
||||||
ipfiremake pam
|
ipfiremake pam
|
||||||
ipfiremake openssl
|
|
||||||
ipfiremake openssl-compat
|
|
||||||
ipfiremake libgpg-error
|
|
||||||
ipfiremake libgcrypt
|
|
||||||
ipfiremake libassuan
|
|
||||||
ipfiremake curl
|
ipfiremake curl
|
||||||
ipfiremake tcl
|
ipfiremake tcl
|
||||||
ipfiremake sqlite
|
ipfiremake sqlite
|
||||||
|
|||||||
Reference in New Issue
Block a user