From 97a94bf1e99757161ee44c1f9eb6df0dbcf3be85 Mon Sep 17 00:00:00 2001 From: Jakub Jirutka Date: Fri, 26 Mar 2021 19:34:26 +0100 Subject: main/softhsm: re-enable and just disable check I cannot upgrade knot package due to missing dependency: this package... --- main/softhsm/APKBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/main/softhsm/APKBUILD b/main/softhsm/APKBUILD index d7d3e73bf35..48926a8aac5 100644 --- a/main/softhsm/APKBUILD +++ b/main/softhsm/APKBUILD @@ -5,7 +5,7 @@ pkgver=2.6.1 pkgrel=1 pkgdesc="cryptographic store accessible through a PKCS #11" url="https://www.opendnssec.org/softhsm/" -arch="" # Hangs on the builders after 'check()' +arch="all" license="BSD-2-Clause" depends="sqlite" checkdepends="cppunit-dev" @@ -13,6 +13,7 @@ makedepends="autoconf automake botan-dev libtool p11-kit-dev sqlite-dev" subpackages="$pkgname-doc" source="https://dist.opendnssec.org/source/softhsm-$pkgver.tar.gz " +options="!check" # hangs on the builders build() { ./configure \ -- cgit v1.2.3