diff options
author | Zach van Rijn <me@zv.io> | 2022-03-05 23:40:14 +0000 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2022-05-01 17:05:52 -0500 |
commit | 4eb713c1ef03a647e6f696ce77ef598776d23c72 (patch) | |
tree | ef1c31d7e75a0cb9229ab64d210f312e50c09927 | |
parent | 1ba7b310ce7a331c3a95006fde9dfc1f5c5ae62e (diff) | |
download | packages-4eb713c1ef03a647e6f696ce77ef598776d23c72.tar.gz packages-4eb713c1ef03a647e6f696ce77ef598776d23c72.tar.bz2 packages-4eb713c1ef03a647e6f696ce77ef598776d23c72.tar.xz packages-4eb713c1ef03a647e6f696ce77ef598776d23c72.zip |
system/libcap: update project URL. use -j1 for tests. fixes #523.
-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() { |