diff options
author | tcely <tcely@users.noreply.github.com> | 2019-04-10 15:24:20 -0400 |
---|---|---|
committer | Kevin Daudt <kdaudt@alpinelinux.org> | 2019-04-10 21:15:04 +0000 |
commit | 88c71215b5694ea6331440382769f85f40dea3c1 (patch) | |
tree | 1d1d7bdcb6af70fecbe10c6ed2d769b4b0d0f7e1 /community/softhsm/APKBUILD | |
parent | a6b541ec6c34c17b60cb5ac8fff9f1e1fdb4408f (diff) | |
download | aports-88c71215b5694ea6331440382769f85f40dea3c1.tar.bz2 aports-88c71215b5694ea6331440382769f85f40dea3c1.tar.xz |
community/softhsm: check for unresolved symbols
Diffstat (limited to 'community/softhsm/APKBUILD')
-rw-r--r-- | community/softhsm/APKBUILD | 4 |
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() { |