From 15eb9ae5cd630cfe15f7d75aab36f95cb4e55c13 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Mon, 5 Nov 2018 11:01:28 +0000 Subject: community/acme-client: add comment about openssl acme-client requires libressl. This should be ok for us, since this is not a library or depends on other librearies that uses openssl. --- community/acme-client/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'community/acme-client') diff --git a/community/acme-client/APKBUILD b/community/acme-client/APKBUILD index 108880e588..af909593b1 100644 --- a/community/acme-client/APKBUILD +++ b/community/acme-client/APKBUILD @@ -10,7 +10,7 @@ arch="all" license="ISC" options="!check" # no test suite depends="ca-certificates" -makedepends="bsd-compat-headers libressl-dev" +makedepends="bsd-compat-headers libressl-dev" # FIXME: support openssl 1.1 subpackages="$pkgname-doc" source="$pkgname-$pkgver.tar.gz::https://github.com/kristapsdz/acme-client-portable/archive/VERSION_$_ver.tar.gz default-ca.patch -- cgit v1.2.3