package/libressl: fix openssldir setting to match openssl
authorPeter Korsgaard <peter@korsgaard.com>
Wed, 16 Jun 2021 16:05:06 +0000 (18:05 +0200)
committerPeter Korsgaard <peter@korsgaard.com>
Wed, 23 Jun 2021 06:53:37 +0000 (08:53 +0200)
commitb0f0b4c4bc2fd1dd12c54ad555614f354d1b98dc
tree0d067b0997502f65c25aeb2706632cbb255ffbba
parent32ca386dab8c1dd3790ffe75c26a7673110be95e
package/libressl: fix openssldir setting to match openssl

libressl defaults to $prefix/etc/ssl for its "openssldir" setting, E.G.
the location where configuration files and certificates are searched:

openssl version -d
OPENSSLDIR: "/usr/etc/ssl"

Change it to /etc/ssl so it matches openssl and the expectations of packages
dealing with certificates (ca-certificates, libcurl, p11-kit)

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/libressl/libressl.mk