diff options
Diffstat (limited to 'system')
-rw-r--r-- | system/automake/APKBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
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" |