summaryrefslogtreecommitdiff
path: root/system/libcap
diff options
context:
space:
mode:
authorZach van Rijn <me@zv.io>2022-03-05 23:40:14 +0000
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2022-04-24 20:51:37 -0500
commit2269af34fbe395341ef2af445cd8bf9d505b3394 (patch)
tree4bb5894936e7f719b13578f54179af2552218e18 /system/libcap
parent4c5dbb2fa74f456cdcfa674409c3aaee048231bc (diff)
downloadpackages-2269af34fbe395341ef2af445cd8bf9d505b3394.tar.gz
packages-2269af34fbe395341ef2af445cd8bf9d505b3394.tar.bz2
packages-2269af34fbe395341ef2af445cd8bf9d505b3394.tar.xz
packages-2269af34fbe395341ef2af445cd8bf9d505b3394.zip
system/libcap: update project URL. use -j1 for tests. fixes #523.
Diffstat (limited to 'system/libcap')
-rw-r--r--system/libcap/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/system/libcap/APKBUILD b/system/libcap/APKBUILD
index 7bf2b0938..7b3cc2af4 100644
--- a/system/libcap/APKBUILD
+++ b/system/libcap/APKBUILD
@@ -6,7 +6,7 @@ pkgrel=0
pkgdesc="POSIX 1003.1e capabilities"
arch="all"
license="BSD-3-Clause OR GPL-2.0-only"
-url="https://www.friedhoff.org/posixfilecaps.html"
+url="https://sites.google.com/site/fullycapable/"
depends=""
depends_dev="linux-headers"
makedepends_build="linux-headers perl !gperf"
@@ -23,7 +23,7 @@ build() {
}
check() {
- make test
+ make -j1 test
}
_static() {