From 38c09426366fc335f851d4e67dfb3f07e8dd41b0 Mon Sep 17 00:00:00 2001 From: John Date: Fri, 29 Jan 2021 16:30:11 +0100 Subject: [PATCH] ccache: force bootstrap build to use gnu-make --- srcpkgs/ccache/template | 2 ++ 1 file changed, 2 insertions(+) diff --git a/srcpkgs/ccache/template b/srcpkgs/ccache/template index 25e948cf79e..c7b94db6d67 100644 --- a/srcpkgs/ccache/template +++ b/srcpkgs/ccache/template @@ -16,6 +16,8 @@ checksum=2f14b11888c39778c93814fc6843fc25ad60ff6ba4eeee3dff29a1bad67ba94f if [ -z "$CHROOT_READY" ]; then hostmakedepends="cmake-bootstrap" + export CMAKE_GENERATOR="Unix Makefiles" + make_cmd="make" else hostmakedepends="asciidoc perl" fi