mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
LibreSSL: improve backwards compatibility with OpenSSL
Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user