mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Move libssl up in the bootstrap order.
Submitted by: jkim Approved by: re (gjb)
This commit is contained in:
parent
0ffba31975
commit
d97bf51914
1 changed files with 2 additions and 2 deletions
|
|
@ -2534,8 +2534,8 @@ _prebuild_libs= ${_kerberos5_lib_libasn1} \
|
|||
${_cddl_lib_libctf} \
|
||||
lib/libufs \
|
||||
lib/libutil lib/libpjdlog ${_lib_libypclnt} lib/libz lib/msun \
|
||||
${_secure_lib_libcrypto} ${_lib_libldns} \
|
||||
${_secure_lib_libssh} ${_secure_lib_libssl}
|
||||
${_secure_lib_libcrypto} ${_secure_lib_libssl} \
|
||||
${_lib_libldns} ${_secure_lib_libssh}
|
||||
|
||||
.if ${MK_GNUCXX} != "no"
|
||||
_prebuild_libs+= gnu/lib/libstdc++ gnu/lib/libsupc++
|
||||
|
|
|
|||
Loading…
Reference in a new issue