Skip to content

Commit a4c48ed

Browse files
authored
Merge pull request #1415 from citrus-it/ldns
Disable parallel build for ldns
2 parents b5424fc + dd690bb commit a4c48ed

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)