1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-12 18:59:50 +03:00
Daniel Néri 2025-05-15 23:14:25 +02:00 committed by Patrycja Rosa
parent 9025b6e9ee
commit 9c636e4600

View file

@ -1,7 +1,7 @@
# Contributor: Leo <thinkabit.ukim@gmail.com>
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=libcap
pkgver=2.73
pkgver=2.76
pkgrel=0
pkgdesc="POSIX 1003.1e capabilities"
arch="all"
@ -22,6 +22,14 @@ subpackages="
"
source="https://kernel.org/pub/linux/libs/security/linux-privs/libcap2/libcap-$pkgver.tar.xz"
case "$CARCH" in
armv7)
# psx_test fails in the armv7 CI environment
# possibly related to https://bugzilla.kernel.org/show_bug.cgi?id=219912
options="$options !check"
;;
esac
build() {
make BUILD_CC=gcc CC="${CC:-gcc}" lib=lib prefix=/usr GOLANG=no \
DESTDIR="$pkgdir"
@ -64,5 +72,5 @@ libcap2() {
}
sha512sums="
8ab72cf39bf029656b2a4a5972a0da4ab4b46a3d8a8da66d6cde925e06fe34df2fa5fc4d0b62c9cec4972b0b2678fdac6ef9421b6fb83c2a5bf869cf8d5fdb16 libcap-2.73.tar.xz
f9448628ce036a10ce71958b25e5dd31032c4d86d8d34d905d2dfa32890ad443804169d4c6b825fd4bfe260b5de20f046cee958e40268bcadbbe7f7731ae40ad libcap-2.76.tar.xz
"