Provide same vars to make as configure in case make re-runs configure.

This commit is contained in:
rick-masters 2022-09-16 18:13:36 +00:00
parent 4a2493a556
commit bbca0f1e81
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ src_configure() {
}
src_compile() {
make MAKEINFO=true
AUTORECONF=autoreconf-2.64 AUTOM4TE=autom4te-2.64 AUTOHEADER=autoheader-2.64 AUTOCONF=autoconf-2.64 make MAKEINFO=true
}
src_install() {