diff options
Diffstat (limited to 'system')
-rw-r--r-- | system/libcap/APKBUILD | 4 |
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() { |