LibreSSL: improve backwards compatibility with OpenSSL

Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
This commit is contained in:
Jérôme Benoit 2016-10-24 19:32:05 +02:00
parent f819afaa4f
commit b3774fbecf

View File

@ -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
}