aboutsummaryrefslogtreecommitdiffstats
path: root/community/softhsm
diff options
context:
space:
mode:
authortcely <tcely@users.noreply.github.com>2019-04-10 15:24:20 -0400
committerKevin Daudt <kdaudt@alpinelinux.org>2019-04-10 21:15:04 +0000
commit88c71215b5694ea6331440382769f85f40dea3c1 (patch)
tree1d1d7bdcb6af70fecbe10c6ed2d769b4b0d0f7e1 /community/softhsm
parenta6b541ec6c34c17b60cb5ac8fff9f1e1fdb4408f (diff)
downloadaports-88c71215b5694ea6331440382769f85f40dea3c1.tar.bz2
aports-88c71215b5694ea6331440382769f85f40dea3c1.tar.xz
community/softhsm: check for unresolved symbols
Diffstat (limited to 'community/softhsm')
-rw-r--r--community/softhsm/APKBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/community/softhsm/APKBUILD b/community/softhsm/APKBUILD
index d26426fad8..145328975f 100644
--- a/community/softhsm/APKBUILD
+++ b/community/softhsm/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: tcely <softhsm+aports@tcely.33mail.com>
pkgname=softhsm
pkgver=2.5.0
-pkgrel=0
+pkgrel=1
pkgdesc="cryptographic store accessible through a PKCS #11"
url="https://www.opendnssec.org/softhsm/"
arch="all"
@@ -35,6 +35,8 @@ check() {
cd "$builddir"
make check
+
+ ldd src/lib/.libs/libsofthsm2.so
}
package() {