mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-27 20:56:55 +00:00
LibreSSL: improve backwards compatibility with OpenSSL
Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
This commit is contained in:
parent
f819afaa4f
commit
b3774fbecf
@ -34,7 +34,9 @@ PKG_USE_CMAKE="no"
|
|||||||
PKG_AUTORECONF="no"
|
PKG_AUTORECONF="no"
|
||||||
|
|
||||||
post_makeinstall_target() {
|
post_makeinstall_target() {
|
||||||
# backwards comatibility
|
# backwards compatibility
|
||||||
mkdir -p $INSTALL/etc/pki/tls
|
mkdir -p $INSTALL/etc/pki/tls
|
||||||
ln -sf /etc/ssl/cert.pem $INSTALL/etc/pki/tls/cacert.pem
|
ln -sf /etc/ssl/cert.pem $INSTALL/etc/pki/tls/cacert.pem
|
||||||
|
mkdir -p $INSTALL/etc/pki/tls/certs
|
||||||
|
ln -sf /etc/ssl/cert.pem $INSTALL/etc/pki/tls/certs/ca-bundle.crt
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user