logo

live-bootstrap

Mirror of <https://github.com/fosslinux/live-bootstrap>
commit: bb4d24509e13a8381fbfcb9818469bb195254c12
parent 9fb1287f13dd61f7ffd5b71e0c4c51e831eeb902
Author: Andrius Štikonas <andrius@stikonas.eu>
Date:   Tue, 16 Mar 2021 09:07:10 +0000

Fix occasional flakiness in autoconf 2.12 build.

Diffstat:

Msysa/autoconf-2.12/autoconf-2.12.sh4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/sysa/autoconf-2.12/autoconf-2.12.sh b/sysa/autoconf-2.12/autoconf-2.12.sh @@ -12,3 +12,7 @@ src_prepare() { src_configure() { ./configure --prefix=${PREFIX} --program-suffix=-2.12 } + +src_compile() { + make MAKEINFO=true +}