aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJakub Jirutka <jakub@jirutka.cz>2021-03-26 19:34:26 +0100
committerJakub Jirutka <jakub@jirutka.cz>2021-03-26 19:35:21 +0100
commit97a94bf1e99757161ee44c1f9eb6df0dbcf3be85 (patch)
tree3763dbf9cce0506fad510258491c270c2583c695
parentb14996e2d9c17b99097484cc31313c6daf450712 (diff)
main/softhsm: re-enable and just disable check
I cannot upgrade knot package due to missing dependency: this package...
-rw-r--r--main/softhsm/APKBUILD3
1 files changed, 2 insertions, 1 deletions
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 \