aboutsummaryrefslogtreecommitdiffstats
path: root/testing/cockroach/APKBUILD
diff options
context:
space:
mode:
authorSören Tempel <soeren+git@soeren-tempel.net>2019-10-04 18:56:39 +0200
committerSören Tempel <soeren+git@soeren-tempel.net>2019-10-04 20:14:48 +0200
commit9eea81c09efa8da4fb4cb7f59509d3575a7a88f6 (patch)
tree8a2c048628d88ce9fa6c2b75066c348d3482b1b4 /testing/cockroach/APKBUILD
parentee96166af3af712e65391a61c2fcf648441b7709 (diff)
downloadaports-9eea81c09efa8da4fb4cb7f59509d3575a7a88f6.tar.bz2
aports-9eea81c09efa8da4fb4cb7f59509d3575a7a88f6.tar.xz
testing/cockroach: depend on coreutils for build
Buildsystem uses some GNU extension for rm and possibly others.
Diffstat (limited to 'testing/cockroach/APKBUILD')
-rw-r--r--testing/cockroach/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/cockroach/APKBUILD b/testing/cockroach/APKBUILD
index f50fdc624c..622707da65 100644
--- a/testing/cockroach/APKBUILD
+++ b/testing/cockroach/APKBUILD
@@ -7,7 +7,7 @@ pkgdesc="The open source, cloud-native SQL database."
url="https://cockroachlabs.com"
arch="x86_64 aarch64"
license="Apache-2.0"
-makedepends="go bash cmake autoconf linux-headers ncurses-dev"
+makedepends="go bash cmake autoconf linux-headers ncurses-dev coreutils"
install="$pkgname.pre-install"
pkgusers="cockroach"
pkggroups="cockroach"