libressl: also install ca bundle in /etc/ssl

This commit is contained in:
Stefan Saraev 2015-01-04 15:42:18 +02:00
parent 1612c41498
commit a0c38a4a84

View File

@ -36,6 +36,9 @@ post_makeinstall_target() {
# ca-certification: provides a tool to download and create ca-bundle.crt
# download url: http://curl.haxx.se
# create new cert: perl ./mk-ca-bundle.pl
# TODO OE6.0 install in /etc/ssl and rebuild curl
mkdir -p $INSTALL/$SSL_CERTIFICATES
cp $PKG_DIR/cert/ca-bundle.crt $INSTALL/$SSL_CERTIFICATES/cacert.pem
mkdir -p $INSTALL/etc/ssl
ln -sf $SSL_CERTIFICATES/cacert.pem $INSTALL/etc/ssl/cert.pem
}