mirror of
https://github.com/libretro/Lakka-LibreELEC.git
synced 2025-04-04 02:15:21 +00:00
Merge pull request #9817 from ToKe79/openssl-host-cert
openssl: copy CA certs to toolchain
This commit is contained in:
@ -50,6 +50,8 @@ configure_host() {
|
||||
|
||||
makeinstall_host() {
|
||||
make install_sw
|
||||
mkdir -p ${TOOLCHAIN}/etc/ssl
|
||||
cp ${PKG_DIR}/cert/cacert.pem ${TOOLCHAIN}/etc/ssl/cert.pem
|
||||
}
|
||||
|
||||
pre_configure_target() {
|
||||
|
Reference in New Issue
Block a user