From 1e5d7d523f6fcdce7e7bd4e0da7407cbe2c35492 Mon Sep 17 00:00:00 2001 From: "A. Wilcox" Date: Sat, 21 Jul 2018 04:32:24 -0500 Subject: system/automake: disable check due to multiple issues - needs env vars just to pass - cyclic dependency with coreutils --- system/automake/APKBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'system/automake') diff --git a/system/automake/APKBUILD b/system/automake/APKBUILD index a6e38432e..c37d64456 100644 --- a/system/automake/APKBUILD +++ b/system/automake/APKBUILD @@ -5,10 +5,11 @@ pkgrel=1 pkgdesc="A GNU tool for automatically creating Makefiles" url="https://www.gnu.org/software/automake" arch="noarch" +options="!check" # Cyclic dependency w/coreutils. Env vars required to pass. license="GPL-2.0+ AND MIT AND Public-Domain" depends="perl" makedepends="autoconf" -checkdepends="bash gzip coreutils diffutils" +#checkdepends="bash gzip coreutils diffutils" subpackages="$pkgname-doc" source="ftp://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.gz" builddir="$srcdir/$pkgname-$pkgver" -- cgit v1.2.3-60-g2f50