From fb5d991649b8e2126b3d1d7232b5e256d7e98cf9 Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Wed, 19 Jul 2017 20:13:44 +0000 Subject: [PATCH] core/isdn4k-utils: fix --- core/isdn4k-utils/PKGBUILD | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/core/isdn4k-utils/PKGBUILD b/core/isdn4k-utils/PKGBUILD index 3afaf7414..9e9aac43a 100644 --- a/core/isdn4k-utils/PKGBUILD +++ b/core/isdn4k-utils/PKGBUILD @@ -5,7 +5,7 @@ # ALARM: Kevin Mihelich # - copy current config.{sub,guess} for AArch64 # - don't patch va_list.patch, breaks ARM builds -# - autoreconf in capiinfo and rcapid as well to fix intermittent build failures +# - autoreconf in capiinfo, rcapid, and capiinit as well to fix intermittent build failures pkgname=isdn4k-utils pkgver=3.27 @@ -56,6 +56,11 @@ prepare() { automake --add-missing autoreconf cd $srcdir/$pkgname + cd capiinit + aclocal + automake --add-missing + autoreconf + cd $srcdir/$pkgname make subconfig }