From d528964b0697a8dc8148d4a55c7dd1021ef2ee99 Mon Sep 17 00:00:00 2001 From: "A. Wilcox" Date: Sun, 22 Dec 2019 22:55:26 +0000 Subject: system/patch: add autotools to checkdependencies Yes, really. The test suite is what needs automake/autoconf. The rest of the build works without it and if you want to avoid autotools (for a minimal build or such), you can disable check. --- system/patch/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/patch/APKBUILD b/system/patch/APKBUILD index 1adf32bda..5831ede3a 100644 --- a/system/patch/APKBUILD +++ b/system/patch/APKBUILD @@ -7,7 +7,7 @@ url="https://www.gnu.org/software/patch/patch.html" arch="all" license="GPL-3.0+" depends="" -checkdepends="bash ed" +checkdepends="autoconf automake bash ed" makedepends="" subpackages="$pkgname-doc" source="https://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.xz -- cgit v1.2.3-70-g09d2