Skip to content

Commit 9c636e4

Browse files
Daniel Nériptrcnull
authored andcommitted
1 parent 9025b6e commit 9c636e4

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

main/libcap/APKBUILD

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Contributor: Leo <[email protected]>
22
# Maintainer: Natanael Copa <[email protected]>
33
pkgname=libcap
4-
pkgver=2.73
4+
pkgver=2.76
55
pkgrel=0
66
pkgdesc="POSIX 1003.1e capabilities"
77
arch="all"
@@ -22,6 +22,14 @@ subpackages="
2222
"
2323
source="https://kernel.org/pub/linux/libs/security/linux-privs/libcap2/libcap-$pkgver.tar.xz"
2424

25+
case "$CARCH" in
26+
armv7)
27+
# psx_test fails in the armv7 CI environment
28+
# possibly related to https://bugzilla.kernel.org/show_bug.cgi?id=219912
29+
options="$options !check"
30+
;;
31+
esac
32+
2533
build() {
2634
make BUILD_CC=gcc CC="${CC:-gcc}" lib=lib prefix=/usr GOLANG=no \
2735
DESTDIR="$pkgdir"
@@ -64,5 +72,5 @@ libcap2() {
6472
}
6573

6674
sha512sums="
67-
8ab72cf39bf029656b2a4a5972a0da4ab4b46a3d8a8da66d6cde925e06fe34df2fa5fc4d0b62c9cec4972b0b2678fdac6ef9421b6fb83c2a5bf869cf8d5fdb16 libcap-2.73.tar.xz
75+
f9448628ce036a10ce71958b25e5dd31032c4d86d8d34d905d2dfa32890ad443804169d4c6b825fd4bfe260b5de20f046cee958e40268bcadbbe7f7731ae40ad libcap-2.76.tar.xz
6876
"

0 commit comments

Comments
 (0)