diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2019-12-22 22:55:26 +0000 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2019-12-22 22:55:26 +0000 |
commit | d528964b0697a8dc8148d4a55c7dd1021ef2ee99 (patch) | |
tree | 1ebac3bfcca6628bb40f01732c4feb7f0fded361 /system | |
parent | db52870998ca4ab58b9a1d7a94d5ca572cf3977b (diff) | |
download | packages-d528964b0697a8dc8148d4a55c7dd1021ef2ee99.tar.gz packages-d528964b0697a8dc8148d4a55c7dd1021ef2ee99.tar.bz2 packages-d528964b0697a8dc8148d4a55c7dd1021ef2ee99.tar.xz packages-d528964b0697a8dc8148d4a55c7dd1021ef2ee99.zip |
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.
Diffstat (limited to 'system')
-rw-r--r-- | system/patch/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
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 |