aboutsummaryrefslogtreecommitdiffstats
path: root/main/automake
diff options
context:
space:
mode:
authorWilliam Pitcock <nenolod@dereferenced.org>2018-02-17 14:09:28 +0000
committerWilliam Pitcock <nenolod@dereferenced.org>2018-02-17 14:12:44 +0000
commit2ca943b5d74318edde6f0e7da0065abb5f983f16 (patch)
tree23bfd66857da01b14635160e4a24c9bbf79adbfb /main/automake
parentc96e25eb32576f897c09b6b68744782df6cbbdd2 (diff)
downloadaports-2ca943b5d74318edde6f0e7da0065abb5f983f16.tar.bz2
aports-2ca943b5d74318edde6f0e7da0065abb5f983f16.tar.xz
main/automake: add coreutils/diffutils for testsuite, disable tests for now due to required bashism cleanup
Diffstat (limited to 'main/automake')
-rw-r--r--main/automake/APKBUILD5
1 files changed, 4 insertions, 1 deletions
diff --git a/main/automake/APKBUILD b/main/automake/APKBUILD
index 446c9b63d0..aa96c60b06 100644
--- a/main/automake/APKBUILD
+++ b/main/automake/APKBUILD
@@ -8,11 +8,14 @@ arch="noarch"
license="GPL-2.0-or-later MIT Public-Domain"
depends="perl"
makedepends="autoconf"
-checkdepends="bash gzip"
+checkdepends="bash gzip coreutils diffutils"
subpackages="$pkgname-doc"
source="ftp://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.gz"
builddir="$srcdir/$pkgname-$pkgver"
+# many tests have bashisms
+options="!check"
+
build() {
cd "$builddir"
./configure \