mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-17 23:34:07 +00:00
core/isdn4k-utils: fix
This commit is contained in:
parent
62a89f9fd6
commit
fb5d991649
1 changed files with 6 additions and 1 deletions
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue