diff options
author | David P <megver83@parabola.nu> | 2019-08-15 18:32:12 -0400 |
---|---|---|
committer | David P <megver83@parabola.nu> | 2019-08-15 18:32:12 -0400 |
commit | 4750258c4b98acd66cb29e13aed988b85208df53 (patch) | |
tree | 0eb5a1b81ed999262373b8cd3004ac9f934b1198 /nonsystemd/p11-kit | |
parent | 3902003d6929406622aac7959b9e7aa222b951a4 (diff) | |
download | abslibre-4750258c4b98acd66cb29e13aed988b85208df53.tar.gz abslibre-4750258c4b98acd66cb29e13aed988b85208df53.tar.bz2 abslibre-4750258c4b98acd66cb29e13aed988b85208df53.zip |
nonsystemd/p11-kit: add armv7h
building from ARMv7 hardware works
Signed-off-by: David P <megver83@parabola.nu>
Diffstat (limited to 'nonsystemd/p11-kit')
-rw-r--r-- | nonsystemd/p11-kit/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nonsystemd/p11-kit/PKGBUILD b/nonsystemd/p11-kit/PKGBUILD index 82e9dbc5a..a0ceb202f 100644 --- a/nonsystemd/p11-kit/PKGBUILD +++ b/nonsystemd/p11-kit/PKGBUILD @@ -7,7 +7,7 @@ pkgver=0.23.16.1 pkgrel=1 pkgrel+=.nonsystemd1 pkgdesc="Provides a way to load and enumerate PKCS#11 modules" -arch=(x86_64 i686) # armv7h fails in check() +arch=(x86_64 i686 armv7h) url="https://p11-glue.freedesktop.org" license=(BSD) depends=(glibc libtasn1 libffi) |