From dd690bb85783b1154d22e3855303aaf79f2f98e5 Mon Sep 17 00:00:00 2001 From: Andy Fiddaman Date: Thu, 22 Feb 2024 13:48:48 +0000 Subject: [PATCH] Disable parallel build for ldns --- build/ldns/build.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build/ldns/build.sh b/build/ldns/build.sh index ec7cbb190..896ddabfc 100755 --- a/build/ldns/build.sh +++ b/build/ldns/build.sh @@ -45,6 +45,10 @@ CONFIGURE_OPTS[amd64]+=" --with-examples " +# Building in parallel produces occasional bad objects that then fail the +# linking stage. This needs investigation but disabled parallelism for now. +NO_PARALLEL_MAKE=1 + # The 'distclean' target clobbers too much including 'configure' make_clean() { logcmd $MAKE clean