mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
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."
|
It works similar to the standard Unix dbm routines."
|
||||||
|
|
||||||
if [ "$CROSS_BUILD" ]; then
|
if [ "$CROSS_BUILD" ]; then
|
||||||
hostmakedepends="libtool automake>=1.13.1_2 gettext-devel"
|
hostmakedepends="libtool automake>=1.14.1_2 gettext-devel"
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
autoreconf -fi
|
autoreconf -fi
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue