File tree Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change 11# Contributor: Leo <[email protected] >22# Maintainer: Natanael Copa <[email protected] >33pkgname=libcap
4- pkgver=2.73
4+ pkgver=2.76
55pkgrel=0
66pkgdesc=" POSIX 1003.1e capabilities"
77arch=" all"
@@ -22,6 +22,14 @@ subpackages="
2222 "
2323source=" 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+
2533build () {
2634 make BUILD_CC=gcc CC=" ${CC:- gcc} " lib=lib prefix=/usr GOLANG=no \
2735 DESTDIR=" $pkgdir "
@@ -64,5 +72,5 @@ libcap2() {
6472}
6573
6674sha512sums="
67- 8ab72cf39bf029656b2a4a5972a0da4ab4b46a3d8a8da66d6cde925e06fe34df2fa5fc4d0b62c9cec4972b0b2678fdac6ef9421b6fb83c2a5bf869cf8d5fdb16 libcap-2.73 .tar.xz
75+ f9448628ce036a10ce71958b25e5dd31032c4d86d8d34d905d2dfa32890ad443804169d4c6b825fd4bfe260b5de20f046cee958e40268bcadbbe7f7731ae40ad libcap-2.76 .tar.xz
6876"
You can’t perform that action at this time.
0 commit comments