gdbm: require a working automake to fix the build.
This commit is contained in:
parent
60083002f1
commit
09b0f78423
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ long_desc="
|
|||
It works similar to the standard Unix dbm routines."
|
||||
|
||||
if [ "$CROSS_BUILD" ]; then
|
||||
hostmakedepends="libtool automake>=1.13.1_2 gettext-devel"
|
||||
hostmakedepends="libtool automake>=1.14.1_2 gettext-devel"
|
||||
pre_configure() {
|
||||
autoreconf -fi
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue