mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 05:06:43 +00:00
Merge pull request #9817 from ToKe79/openssl-host-cert
openssl: copy CA certs to toolchain
This commit is contained in:
commit
93b7ea45d0
@ -50,6 +50,8 @@ configure_host() {
|
|||||||
|
|
||||||
makeinstall_host() {
|
makeinstall_host() {
|
||||||
make install_sw
|
make install_sw
|
||||||
|
mkdir -p ${TOOLCHAIN}/etc/ssl
|
||||||
|
cp ${PKG_DIR}/cert/cacert.pem ${TOOLCHAIN}/etc/ssl/cert.pem
|
||||||
}
|
}
|
||||||
|
|
||||||
pre_configure_target() {
|
pre_configure_target() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user