From 9eea81c09efa8da4fb4cb7f59509d3575a7a88f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Tempel?= Date: Fri, 4 Oct 2019 18:56:39 +0200 Subject: testing/cockroach: depend on coreutils for build Buildsystem uses some GNU extension for rm and possibly others. --- testing/cockroach/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testing/cockroach') 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" -- cgit v1.2.3