We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b5424fc + dd690bb commit a4c48edCopy full SHA for a4c48ed
build/ldns/build.sh
@@ -45,6 +45,10 @@ CONFIGURE_OPTS[amd64]+="
45
--with-examples
46
"
47
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
+
52
# The 'distclean' target clobbers too much including 'configure'
53
make_clean() {
54
logcmd $MAKE clean
0 commit comments