core/isdn4k-utils: fix

This commit is contained in:
Kevin Mihelich 2017-07-19 20:13:44 +00:00
parent 62a89f9fd6
commit fb5d991649
1 changed files with 6 additions and 1 deletions

View File

@ -5,7 +5,7 @@
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
# - 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
}