logo

live-bootstrap

Mirror of <https://github.com/fosslinux/live-bootstrap>
commit: a185b83f80a2e07969900ac3430bfc57de867030
parent 1df73da7fa2eac53cf1f1b546b2e24aeaf415a86
Author: Andrius Štikonas <andrius@stikonas.eu>
Date:   Sun, 28 Mar 2021 15:11:13 +0100

Try to fix intermittent error while building automake 1.10.

Diffstat:

Msysa/automake-1.10.3/automake-1.10.3.sh2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sysa/automake-1.10.3/automake-1.10.3.sh b/sysa/automake-1.10.3/automake-1.10.3.sh @@ -13,7 +13,7 @@ src_configure() { } src_compile() { - make MAKEINFO=true + make MAKEINFO=true CC=tcc } src_install() {