Fix occasional flakiness in autoconf 2.12 build.

This commit is contained in:
Andrius Štikonas 2021-03-16 09:07:10 +00:00
parent 9fb1287f13
commit bb4d24509e
1 changed files with 4 additions and 0 deletions

View File

@ -12,3 +12,7 @@ src_prepare() {
src_configure() {
./configure --prefix=${PREFIX} --program-suffix=-2.12
}
src_compile() {
make MAKEINFO=true
}