From ffc9796da04c86c21664b5fa82df65052c5512b2 Mon Sep 17 00:00:00 2001 From: Zach van Rijn Date: Wed, 4 May 2022 16:07:58 +0000 Subject: system/patch: support newer autotools. fixes #664. --- system/patch/APKBUILD | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/system/patch/APKBUILD b/system/patch/APKBUILD index 579b5633b..995d02859 100644 --- a/system/patch/APKBUILD +++ b/system/patch/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Sheila Aman pkgname=patch pkgver=2.7.6 -pkgrel=4 +pkgrel=5 pkgdesc="Utility to apply diffs to files" url="https://www.gnu.org/software/patch/patch.html" arch="all" @@ -29,6 +29,11 @@ source="https://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.xz # - CVE-2019-13636 # - CVE-2019-13638 +prepare() { + default_prepare + aclocal && autoheader && autoconf && automake --add-missing +} + build() { ./configure \ --build=$CBUILD \ -- cgit v1.2.3-70-g09d2