mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +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"
|
||||
|
||||
post_makeinstall_target() {
|
||||
# backwards comatibility
|
||||
# backwards compatibility
|
||||
mkdir -p $INSTALL/etc/pki/tls
|
||||
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