diff options
| author | Steve Powell <steve@rabbitmq.com> | 2012-08-17 10:53:56 +0100 |
|---|---|---|
| committer | Steve Powell <steve@rabbitmq.com> | 2012-08-17 10:53:56 +0100 |
| commit | 5810929eef0a4e398697c8cee2a592407969381d (patch) | |
| tree | 7a9dfed18942df8d35f62bbcefcf7f525bf52b66 /packaging | |
| parent | b25dc0d4e6b8785c7b49ba96b6c2036b1ea76912 (diff) | |
| download | rabbitmq-server-git-5810929eef0a4e398697c8cee2a592407969381d.tar.gz | |
Disable parallel build (equivalent to supplying build.jobs=1 on the port command).
Diffstat (limited to 'packaging')
| -rw-r--r-- | packaging/macports/Portfile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/macports/Portfile.in b/packaging/macports/Portfile.in index e461e49eca..82c1fb0cac 100644 --- a/packaging/macports/Portfile.in +++ b/packaging/macports/Portfile.in @@ -59,7 +59,7 @@ set mandest ${destroot}${prefix}/share/man use_configure no -use_parallel_build yes +use_parallel_build no build.env-append HOME=${workpath} |
