openssl: copy CA certs to toolchain

fixes: #9815
This commit is contained in:
Tomáš Kelemen (vudiq) 2025-02-21 22:16:47 +01:00
parent 3116e7eb37
commit 72cbbab3f5
No known key found for this signature in database
GPG Key ID: 5CE55E600E0B3B22

View File

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