summaryrefslogtreecommitdiffhomepage
path: root/groups/010.host_deps.group
diff options
context:
space:
mode:
authorLucía Andrea Illanes Albornoz <lucia@luciaillanes.de>2023-03-23 14:52:54 +0100
committerLucía Andrea Illanes Albornoz <lucia@luciaillanes.de>2023-03-23 14:52:54 +0100
commit1cbe2029e27bcfbce4f99c5788b66268255a1973 (patch)
tree00376904e65a374bc81f70571506353865922120 /groups/010.host_deps.group
parent9d89ab1d6353b19702de400c940acbbf649e5206 (diff)
downloadmidipix_build-1cbe2029e27bcfbce4f99c5788b66268255a1973.tar.bz2
midipix_build-1cbe2029e27bcfbce4f99c5788b66268255a1973.tar.xz
Implements ccache integration, pt. II.
Diffstat (limited to 'groups/010.host_deps.group')
-rw-r--r--groups/010.host_deps.group2
1 files changed, 1 insertions, 1 deletions
diff --git a/groups/010.host_deps.group b/groups/010.host_deps.group
index d5bf0810..d7491bdb 100644
--- a/groups/010.host_deps.group
+++ b/groups/010.host_deps.group
@@ -37,7 +37,7 @@ HOST_DEPS_TOOLS_RPM_DISABLE=1;
: ${PKG_BISON_HOST_URL:=https://ftp.gnu.org/gnu/bison/bison-${PKG_BISON_HOST_VERSION}.tar.xz};
: ${PKG_BISON_HOST_ENV_VARS_EXTRA:="M4=${PREFIX}/bin/m4"};
: ${PKG_BMAKE_HOST_URLS_GIT:="bmake=https://github.com/arichardson/bmake@master"};
-: ${PKG_BMAKE_HOST_MAKEFLAGS_BUILD:=-j1};
+: ${PKG_BMAKE_HOST_MAKEFLAGS_PARALLELISE:="-j1"};
: ${PKG_BMAKE_HOST_CONFIGURE_ARGS:=--with-default-sys-path=${PREFIX}/share/mk};
: ${PKG_BMAKE_HOST_CFLAGS_BUILD_EXTRA:="-fcommon"};
: ${PKG_BMAKE_HOST_LDFLAGS_BUILD_EXTRA:="-fcommon"};