From c27851efcb8304b57f080b10e47f329305b20c76 Mon Sep 17 00:00:00 2001 From: jhale Date: Fri, 9 Mar 2018 07:21:43 +0000 Subject: Mark MAKE_JOBS_UNSAFE to try to resolve intermittent build failures on the package build cluster. It appears that kmymoneysetting.cpp is being compiled before it is fully generated. PR: 225266 Submitted by: jbeich Reported by: pkg-fallout --- finance/kmymoney-kde4/Makefile | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'finance') diff --git a/finance/kmymoney-kde4/Makefile b/finance/kmymoney-kde4/Makefile index 96ac9d7b638b..cb9b62251da6 100644 --- a/finance/kmymoney-kde4/Makefile +++ b/finance/kmymoney-kde4/Makefile @@ -27,6 +27,11 @@ USE_LDCONFIG= yes SHEBANG_FILES= kmymoney/misc/financequote.pl +# PR: 225266 +# Intermittent failures on build cluster (race condition trying to compile +# kmymoneysettings.cpp before it is fully generated by kconfig_compiler) +MAKE_JOBS_UNSAFE= yes + OPTIONS_DEFINE= NLS CALENDAR KBANKING OFX QUOTES OPTIONS_DEFAULT= CALENDAR OPTIONS_SUB= yes -- cgit