0
0
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:
Rudi Heitbaum
2025-02-23 19:16:07 +11:00
committed by GitHub

@ -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() {