Skip to content

Commit dd690bb

Browse files
committed
Disable parallel build for ldns
1 parent bb328e8 commit dd690bb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

build/ldns/build.sh

+4
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,10 @@ CONFIGURE_OPTS[amd64]+="
4545
--with-examples
4646
"
4747

48+
# Building in parallel produces occasional bad objects that then fail the
49+
# linking stage. This needs investigation but disabled parallelism for now.
50+
NO_PARALLEL_MAKE=1
51+
4852
# The 'distclean' target clobbers too much including 'configure'
4953
make_clean() {
5054
logcmd $MAKE clean

0 commit comments

Comments
 (0)