| Index: ports/subversion/build.sh
|
| diff --git a/ports/subversion/build.sh b/ports/subversion/build.sh
|
| index 518745fecc9abcc0dd5f2db18e1aac5bb9812944..666713dbba16565f8cc421fc1a0c977ed2308617 100644
|
| --- a/ports/subversion/build.sh
|
| +++ b/ports/subversion/build.sh
|
| @@ -2,6 +2,12 @@
|
| # Use of this source code is governed by a BSD-style license that can be
|
| # found in the LICENSE file.
|
|
|
| +# subversion's build system seem to have a bug with out-of-tree builds
|
| +# and parallel building that was causing occational flakes on the buildbots.
|
| +# The mkdir-init target appears to be required before any object file can be
|
| +# built but none of the object files seem to depend on this.
|
| +OS_JOBS=1
|
| +
|
| NACLPORTS_CPPFLAGS+=" -Dmain=nacl_main"
|
|
|
| export LIBS+=" -Wl,--undefined=nacl_main ${NACL_CLI_MAIN_LIB} -lppapi_simple \
|
|
|