mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
Merge pull request #308 from MilhouseVH/cabundle_fix
libressl: Add /etc/pki/tls link for backwards compat
This commit is contained in:
commit
ab6b884934
@ -31,3 +31,9 @@ PKG_LONGDESC="LibreSSL is a FREE version of the SSL/TLS protocol forked from Ope
|
|||||||
|
|
||||||
PKG_IS_ADDON="no"
|
PKG_IS_ADDON="no"
|
||||||
PKG_AUTORECONF="yes"
|
PKG_AUTORECONF="yes"
|
||||||
|
|
||||||
|
post_makeinstall_target() {
|
||||||
|
# backwards comatibility
|
||||||
|
mkdir -p $INSTALL/etc/pki/tls
|
||||||
|
ln -sf /etc/ssl/cert.pem $INSTALL/etc/pki/tls/cacert.pem
|
||||||
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user