Skip to content

Commit

Permalink
libressl: restore cert locations, this fixes #4941
Browse files Browse the repository at this point in the history
Signed-off-by: Stephan Raue <stephan@openelec.tv>
  • Loading branch information
sraue committed May 4, 2016
1 parent 738290d commit c244119
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions packages/security/libressl/package.mk
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,10 @@ PKG_LONGDESC="LibreSSL is a FREE version of the SSL/TLS protocol forked from Ope

PKG_IS_ADDON="no"
PKG_AUTORECONF="yes"

post_makeinstall_target() {
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
}

0 comments on commit c244119

Please sign in to comment.